Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!