Skip to content

COMP-584/Realtime-Chat-App-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9e4839a · Dec 6, 2022

History

29 Commits
Dec 6, 2022
Nov 27, 2022
Dec 1, 2022
Oct 10, 2022
Nov 27, 2022
May 18, 2022
May 19, 2022
Oct 10, 2022
May 12, 2022
Oct 13, 2022
Oct 13, 2022
May 18, 2022
Oct 13, 2022
Oct 13, 2022
Oct 13, 2022

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