Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalii authored and Vitalii committed Apr 30, 2024
1 parent fa501c7 commit 8d2a482
Showing 1 changed file with 17 additions and 22 deletions.
39 changes: 17 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
## App Built on top of this Starter project [IDURAR ERP/CRM](https://github.com/idurar/erp-crm)
IDURAR is Open Source ERP/CRM (Invoice / Inventory / Accounting / HR) Based on Mern Stack (Node.js / Express.js / MongoDb / React.js ) with Ant Design (AntD) and Redux
GitHub Repository : [https://github.com/idurar/idurar-erp-crm](https://github.com/idurar/idurar-erp-crm)

IDURAR is Open Source ERP/CRM (Invoice / Inventory / Accounting / HR) Based on Mern Stack (Node.js / Express.js / MongoDb / React.js ) with Ant Design (AntD) and Redux
GitHub Repository : [https://github.com/Stormer0528/Admin-Dashboard](https://github.com/Stormer0528/Admin-Dashboard)

[![
IDURAR is Open Source ERP/CRM (Invoice / Inventory / Accounting / HR) Based on Mern Stack (Node.js / Express.js / MongoDb / React.js )](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ja242ld9m9z1c6ia7lu5.png)](https://github.com/idurar/idurar-erp-crm)



IDURAR is Open Source ERP/CRM (Invoice / Inventory / Accounting / HR) Based on Mern Stack (Node.js / Express.js / MongoDb / React.js )](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ja242ld9m9z1c6ia7lu5.png)](https://github.com/Stormer0528/Admin-Dashboard)

# Starter Mern Antd Admin App , MERN Admin dashboard ,Antd Admin Template free

Expand All @@ -19,10 +16,8 @@ Don't forget please to ⭐ this repo if you like this Starter Antd Admin!

[![DigitalOcean Referral Badge](https://web-platforms.sfo2.digitaloceanspaces.com/WWW/Badge%203.svg)](https://www.digitalocean.com/?refcode=4ead8370b905&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge)


![starter-antd-admin-crud-auth-mern-crud-auth](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/opp4yj177dizyaosah0o.png)


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

Starter Crm App based on mern stack (Express.js / MongoDb / React / Redux / AntD) with generic crud and auth , admin management .
Expand All @@ -35,17 +30,17 @@ password : admin123`
```
## Setup backend
1) just create MongoDB Atlas accout database url
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
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
Expand All @@ -60,19 +55,19 @@ password : admin123`

### Backend :

* The backend is built with node.js , [express.js Framework](https://expressjs.com/) ,and MongoDb Database
* Generic Crud Api (Create / Read / Update / Delete)
* Admin (User) Management Api
* Auth by Jwt json web token
- The backend is built with node.js , [express.js Framework](https://expressjs.com/) ,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)](https://ant.design/), 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
- The Frontend is built with React.js , [Ant Design (Antd)](https://ant.design/), 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

#

0 comments on commit 8d2a482

Please sign in to comment.