https://github.com/danilomeneghel/delivery-manager
Delivery project in ReactJS, NodeJS and MongoDB
https://github.com/danilomeneghel/delivery-manager
api-rest axios bcrypt express hooks jwt material-ui mongodb mongoose mui-datatables nodejs passport reactjs
Last synced: 3 months ago
JSON representation
Delivery project in ReactJS, NodeJS and MongoDB
- Host: GitHub
- URL: https://github.com/danilomeneghel/delivery-manager
- Owner: danilomeneghel
- License: mit
- Created: 2020-09-06T20:01:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-22T15:44:45.000Z (about 3 years ago)
- Last Synced: 2025-04-01T21:49:26.590Z (over 1 year ago)
- Topics: api-rest, axios, bcrypt, express, hooks, jwt, material-ui, mongodb, mongoose, mui-datatables, nodejs, passport, reactjs
- Language: JavaScript
- Homepage:
- Size: 1.88 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Delivery Manager
Delivery project in ReactJS, NodeJS and MongoDB
## Modules
- Orders
- Products
- Users
- Contacts
## Features
- CRUD
- Routes
- API RESTful
- MUI DataTable
- Filter
- Pagination
- Login
- ACL
- JWT
- Responsive
## Requirements
- Node >= 14.11.0
- NPM >= 6.14.8
- MongoDB >= 4.2.7
## Tecnologies
- NodeJS
- Express
- Passport
- Mongoose
- ReactJS
- CSS
- Material-UI
## Instalation
```
$ git clone https://github.com/danilomeneghel/delivery-manager.git
$ cd delivery-manager/
```
Change the config/db.js file according to your database data.
Open the terminal, then run Mongodb:
```
$ mongod
```
To run the application, run the following command:
```
$ npm install --force && npm run start
```
If it doesn't work, try installing the dependencies and running separately.
```
$ cd backend && npm install && npm start
$ cd frontend && npm install && npm start
```
http://localhost:3000/
## Demonstration
https://yhtqkv-3000.csb.app/
- Login
- Username: admin
- Password: admin123
## License
This project is licensed under The MIT License (MIT).
## Screenshots







Developed by
Danilo Meneghel
danilo.meneghel@gmail.com
http://danilomeneghel.github.io/