https://github.com/wakolivotes/mern-automobile-system
Automobile MERN Stack web application for performing CRUD operations
https://github.com/wakolivotes/mern-automobile-system
auth0 database expressjs mongodb nodejs reactjs
Last synced: about 1 month ago
JSON representation
Automobile MERN Stack web application for performing CRUD operations
- Host: GitHub
- URL: https://github.com/wakolivotes/mern-automobile-system
- Owner: wakoliVotes
- License: gpl-3.0
- Created: 2022-06-05T18:59:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-24T11:43:52.000Z (over 2 years ago)
- Last Synced: 2025-01-28T03:22:02.865Z (3 months ago)
- Topics: auth0, database, expressjs, mongodb, nodejs, reactjs
- Language: JavaScript
- Homepage:
- Size: 7.85 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## MERN Automobile System
**Home Page (Not Signed In):**
**Authorization Screen:**
**Home Page (Signed In):**
**Add Menu:**
**Update One Menu:**
**Menu to update owner on more than one Car:**
**Menu to Delete a specific document based on Regn. No:**
**About**
## Project Documentation
### Uses1. Home - For all stored cars in the database, the car list loads everything existing at localhost: 3000
2. Add - Opens a menu to add a new document to your database.
3. Update One - opens a menu to update the details on a car filtered by its Registration No.
4. Update Many - Owner allows modifying existing owner in more than one document to a new one.
5. Delete - Deletes a document filtered by Car's Registration No.
### Project Requirements
1. **MongoDB**
2. **Express.js**
3. **React.js**
4. **Node.js**
5. **Auth0** for Authentication### Deployment
- **Heroku**, check the web app at [Link](https://mernautosystem.herokuapp.com/)