MERN CRUD app to manage mentors and assign tasks to them for a academy like usecase.
https://admin-panel-mern.herokuapp.com/
Fork it and clone as local repository.
$ cd admin-panel
$ npm install
Create a .env
file in server
folder as follows:
DATABASE=your_database_uri
Run only server express app locally and keep terminal open:
$ cd server
$ npm run dev-start
Run only client react app locally in new terminal:
$ cd client
$ npm run start