Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 1.02 KB

README.md

File metadata and controls

53 lines (35 loc) · 1.02 KB

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