-
Notifications
You must be signed in to change notification settings - Fork 264
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/) | ||
|
||
|
||
|
||
|