Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anumit-web/round2

round2 - round robin chat support
https://github.com/anumit-web/round2

Last synced: about 2 months ago
JSON representation

round2 - round robin chat support

Awesome Lists containing this project

README

        

# round2
round2 - round robin chat support

git remote add origin https://github.com/anumit-web/round2.git

How to run this program?

/round/npm run dev

/round-express/node index2.js

after this the url for testing will be -
http://localhost:5173/

the following is the URL of express node which returns json data from mongodb database -

http://localhost:3000/listofcustomers2

MongoDB database backup is in folder called /dump

The backup of mongodb was created using tool called mongodump.