NarsimhaRaj/ISP-HackerEarth-FullStackApp
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
unzip client and server files open terminal install mongodb for Windows go to server folder, do the follwoing steps 1. npm install //after all packages downloaded run following command 2. npm start // runs server open another terminal go to client folder, do the follwoing steps 1. npm install //after all packages downloaded run following command 2. npm start