Application Live @CHAT..
This Application is a chatting application where users can connect with other users using a special 6 character secret chat code.
To run frontend of this application locally:
- Redirect to frontend folder of this application.
- If running first time please install all the dependency run
npm i. - To run application enter
npm startin cli
To run backend of this application locally:
- Redirect to backend folder of this application.
- If running first time please install all the dependency run
npm i. - To run application enter
npm run devin cli
NOTE:Database URL and envs is not included due to security reasons, but you can request me for that file.