TODO App using MERN Stack (Internship Task)
- Navigate to the project folder from terminal
- Run
cd server && npm install
to install modules for node project - Run
cd client && npm install
to install modules for react project - Create
.env
files to both server and client folders - Add required environment variables (ref :
.sample_env
) - Run
npm run dev
in terminal from server folder to start api server - Run
npm start
in terminal from client folder to run project in browser