RaphaelBlehoue / starter-antd-admin-crud-auth-mern

Antd Admin - Advanced Starter Mern App( Node.js / React / Redux / Ant Design 4) Crud & Auth ,Mern boilerplate Dashboard

Home Page:https://antd-admin-yle2f.ondigitalocean.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Starter Antd Admin (Crud & auth) Mern App (Express.js / React / Redux / MongoDB)

Don't forget please to ⭐ this repo if you like this Starter Antd Admin!

starter-antd-admin-crud-auth-mern-crud-auth

CRM Starter Mern Antd Admin App

I build Starter Crm App based on mern stack (Express.js / MongoDb / React / Redux / AntD) with generic crud and auth , admin management .

Live App Demo : https://antd-admin-yle2f.ondigitalocean.app

username : admin@demon.com password : admin123

## Setup backend

1) just create MongoDB Atlas accout database url 
2) change this file name .variables.env.tmp to  .variables.env
3) open  .variables.env and paste your MongoDB url here :  DATABASE=your-mongodb-url
4) npm install
5) npm setup

## Setup frontend
1) cd frontend 
2) npm install
3) change api config to loaclhost in this : src/frontend/src/config/serverApiConfig.js
 

## start server
1) npm start

## start react app
1) cd frontend
2) npm start

App Features :

Backend :

  • The backend is built with node.js , express.js Framework ,and MongoDb Database
  • Generic Crud Api (Create / Read / Update / Delete)
  • Admin (User) Management Api
  • Auth by Jwt json web token

Frontend :

  • The Frontend is built with React.js , Ant Design (Antd), and Redux , Redux-thunk.
  • Generic Crud Component (Module) (Create / Read / Update / Delete)
  • Admin (User) Management Module
  • Auth Component Login / Logout
  • Private Route and Public Route
  • Not Found Page
  • Beautiful UI Dashboard

About

Antd Admin - Advanced Starter Mern App( Node.js / React / Redux / Ant Design 4) Crud & Auth ,Mern boilerplate Dashboard

https://antd-admin-yle2f.ondigitalocean.app

License:MIT License


Languages

Language:JavaScript 95.4%Language:HTML 2.3%Language:Less 2.2%