Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asitshakya789/chatup
https://github.com/asitshakya789/chatup
mongodb node-js socket-io
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/asitshakya789/chatup
- Owner: asitshakya789
- Created: 2024-11-08T16:05:24.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-10T15:20:19.000Z (29 days ago)
- Last Synced: 2024-12-10T16:36:24.159Z (29 days ago)
- Topics: mongodb, node-js, socket-io
- Language: JavaScript
- Homepage:
- Size: 3.27 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Chatup! Real time Chat Applications
## Installation Guide
### Requirements
- [Nodejs](https://nodejs.org/en/download)
- [Mongodb](https://www.mongodb.com/docs/manual/administration/install-community/)Both should be installed and make sure mongodb is running.
Now install the dependencies
```shell
cd server
yarn
cd ..
cd public
yarn
```
We are almost done, Now just start the development server.For Frontend.
```shell
cd public
yarn start
```
For Backend.Open another terminal in folder, Also make sure mongodb is running in background.
```shell
cd server
yarn start
```
Done! Now open localhost:3000 in your browser.