https://github.com/mehradevesh2022/major-project-chatapplication
https://github.com/mehradevesh2022/major-project-chatapplication
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mehradevesh2022/major-project-chatapplication
- Owner: MehraDevesh2022
- Created: 2022-06-01T13:35:58.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-04T03:53:58.000Z (over 2 years ago)
- Last Synced: 2025-02-03T23:31:41.662Z (9 months ago)
- Language: JavaScript
- Size: 8.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Steps to Start the App
## Install the Public Dependencies
## Install the Server Dependencies
## In the Server Directory there's a .env file. Change the value of mongodb inside the file. Set the value as your mongodb connection url.
## Now start the server by yarn start
## Now start the react by yarn start
## And the chat application would be running successfully by now.