Instructions to start both the client side and server side.
Steps to run api server:
1.) Start mongodb locally on your system. 2.) Open your terminal/cmd in 'api' folder and run 'npm install' to install all the dependencies. 3.) While in 'api' folder run 'npm run server' and let the server start.
Steps to run client server:
1.) Make sure the api server is running first! 2.) Open your terminal/cmd inside 'client' folder and run 'npm install' to install the dependencies. 3.) While in 'client' folder run 'npm start' and let the client server start.
IMPORTANT!
In api/config/keys.js file replace your credentials for mail