Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/anumit-web/round2
- Owner: anumit-web
- License: gpl-3.0
- Created: 2024-04-26T20:05:43.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-26T22:12:00.000Z (8 months ago)
- Last Synced: 2024-04-27T21:23:31.733Z (8 months ago)
- Language: JavaScript
- Size: 1.52 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# round2
round2 - round robin chat supportgit 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.