Website for Free Algorithm Books
- nodejs
- yarn package manager
- heroku cli
For APIs to work in development please add a .env file in root of the project and add your MONGODB_URI in that file.
Runs the server in the production mode.
Open http://localhost:5000/api/v1/get to view sample CRUD API output from server in the browser.
Runs the server in the development mode.
Open http://localhost:5000/api/v1/get to view sample CRUD API output from server in the browser.
The server will auto restart if you make any changes.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Runs the server and the client at the same time that makes MERN Stack development easier.
Open http://localhost:5000/api/v1/get to view sample CRUD API output from server in the browser.
Open http://localhost:3000 to view React App in the browser.