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
copy .env.example to .env
yarn install
# run at localhost:8000
yarn start
# build for production with minification
yarn build
-
Axios
-
Material UI
-
Authentication with JWT and React Context
-
3 CRUD example
- using React Redux and using router to change between pages.
- using React Context and using router to change between pages.
- Using React Hooks/props to show Form Dialog.
-
2 example of datatables and server side pagination
- Using Table material UI
- Using mui-datatables
Frontend inspired by React Material Admin