Skip to content

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

License

Notifications You must be signed in to change notification settings

adzo261/admin-panel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published