Skip to content

ch3tan03/MERN-Admin-Panel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MERN-Admin-Panel

Backend Node

copy .env.example to .env
update MONGO_DB_NAME and JWT_SECRET on .env file

# install dependencies
npm install

# serve with hot reload at localhost:3000
npm run dev

Frontend React

copy .env.example to .env

yarn install

# run at localhost:8000
yarn start

# build for production with minification
yarn build

Feature

  • Axios

  • Material UI

  • Authentication with JWT and React Context

  • 3 CRUD example

    1. using React Redux and using router to change between pages.
    2. using React Context and using router to change between pages.
    3. Using React Hooks/props to show Form Dialog.
  • 2 example of datatables and server side pagination

    1. Using Table material UI
    2. Using mui-datatables

Screenshoot

Info

Frontend inspired by React Material Admin

About

admin panel with MERN stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.4%
  • CSS 2.6%
  • HTML 1.0%