/bdd_project

this is the bdd project made during our 1cs year at estin, using react, node.js, express and mongo.db

Primary LanguageJavaScript

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 cd server, and then npm start

Now start the react cd public and npm start

And the chat application would be running successfully by now.