Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/faizan-akbar/carpool
This application serves travelers domestically or locally, focusing on live location management for enhanced security and efficiency. Users require admin confirmation for permissions. Additionally, it offers a loading shuttle feature, beneficial for companies handling transportation and delive
https://github.com/faizan-akbar/carpool
angularjs mean-stack nodejs
Last synced: 24 days ago
JSON representation
This application serves travelers domestically or locally, focusing on live location management for enhanced security and efficiency. Users require admin confirmation for permissions. Additionally, it offers a loading shuttle feature, beneficial for companies handling transportation and delive
- Host: GitHub
- URL: https://github.com/faizan-akbar/carpool
- Owner: faizan-akbar
- Created: 2024-05-28T17:34:18.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-05-28T17:38:03.000Z (8 months ago)
- Last Synced: 2024-10-31T04:04:55.996Z (2 months ago)
- Topics: angularjs, mean-stack, nodejs
- Language: TypeScript
- Homepage:
- Size: 698 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚗 RIDE SHARING & LOADING SHUTTLE 🚚
Welcome to the Ride Sharing And Loading Shuttle portal! This application serves travelers domestically or locally, focusing on live location management for enhanced security and efficiency. Users require admin confirmation for permissions. Additionally, it offers a loading shuttle feature, beneficial for companies handling transportation and delivery management.
## 📋 Functional Requirements
- Show a list of offered rides
- Allow users to sort the list by date
- Enable booking of rides
- Allow users to offer rides
- Share live location during travel
- Help users find shippers in their area
- Help users find clients through shippers
- Allow users to upload documents## 🛠️ Non-Functional Requirements
- Enable driver registration from the app
- Guide users to create profiles
- Allow drivers to update profile status
- Store all uploaded documents securely
- Maintain a record of all customers## 💻 Technology
| On The Server | On The Client | Development |
|:--------------:|:---------------:|:-------------:|
| Express | Angular | Npm |
| Mongo/Mongoose | Angular Material| cors |
| JWT | Bootstrap | nodemon |
| NodeMailer | Mapboxgl ||## 📝 Requirements
Make sure you have the following packages installed and running on your system:
- [Node.js](https://nodejs.org/download/) and npm
- [MongoDB](https://www.mongodb.org/downloads)## 🔧 Installation
```bash
git clone https://github.com/harshilparmar/carpool
npm install # in both client and server directories
cd client && ng serve
cd server && node server
```## 🤝 Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.Please make sure to update tests as appropriate.
```Feel free to adjust the content further to better suit your project's style and requirements!