adzo261 / admin-panel

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:JavaScript 93.7%Language:CSS 4.5%Language:HTML 1.8%