/admin-panel

MERN CRUD app to manage mentors and assign tasks to them for an academy like usecase.

Primary LanguageJavaScriptMIT LicenseMIT

Admin Panel

MERN CRUD app to manage mentors and assign tasks to them for a academy like usecase.

Hosted on Heruko

https://admin-panel-mern.herokuapp.com/

Development setup

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