First install all packages in both folder (client & server) using below command :
#command : npm install
Then open each folder and start using listed points :
Front end = @ url : http://localhost:3000/ , Start : npm start
Back end = @ url : http://localhost:8000/api/auth/ , Start : npm start
Tech used in this project :
- Front End with React JS
- Back End with Node JS and Express JS
- Database with MongoDB