steps to run the project
- Create config.js with the following props module.exports = { secret: "Your Sercret key", db: "Your mongo url" };
- In the root directory in command line type "yarn" to install debendncies.
- In the root directory in command line type "yarn start" , that will run the server and the client.
- The browser will open at localhost:3000.