Chat App API Running for Developement npm run dev Running for testing npm run test Running for production npm start Running the API server Install dependencies npm i Create /config/.env file with... PORT=<port number> MONGO_URI=<Mongo DB URI> JWT_SECRET=<secret password> Run the server npm start