Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Salah Eddine Lalami authored Jul 20, 2021
1 parent bf66c1c commit 7bd838c
Showing 1 changed file with 46 additions and 1 deletion.
47 changes: 46 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,46 @@
# starter-antd-admin-crud-auth-mern
#Starter Antd Admin (Crud & auth) App based on Mern Stack

App built for [DigitalOcean MongoDB Hackathon](https://www.digitalocean.com/mongodb-hackathon/)

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


##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.idurar.net/](https://antd-admin.idurar.net/)
`username : [email protected]
password : admin123`

**Github Repo** : [https://github.com/idurar/starter-antd-admin-crud-auth-mern](https://github.com/idurar/starter-antd-admin-crud-auth-mern)

##App Features :

### Backend :

* The backend is built with node.js , [express.js Framework](https://expressjs.com/) ,and [MongoDb Database](https://www.digitalocean.com/products/managed-databases-mongodb/)
* 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

##Deployment :
Database : [Digitalocean Managed MongoDb](https://www.digitalocean.com/products/managed-databases-mongodb/)

Node.js App : [Digitalocean App Platform](https://www.digitalocean.com/products/app-platform/)

React.js App : [Digitalocean JamStack Platform](https://www.digitalocean.com/products/app-platform/)




0 comments on commit 7bd838c

Please sign in to comment.