Skip to content

COMP-584/Realtime-Chat-App-API

Repository files navigation

Chat App API

Running for Developement

npm run dev

Running for testing

npm run test

Running for production

npm start

Running the API server

  1. Install dependencies
npm i
  1. Create /config/.env file with...
PORT=<port number>
MONGO_URI=<Mongo DB URI>
JWT_SECRET=<secret password>
  1. Run the server
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published