The Carpool Management System is a social website with the purpose of allowing the private commuters of NUCES to connect with each other for benefits that come with ridesharing like division of cost, economical transport regardless of ownership of vehicle and bond with unfamiliar commuters. The objective is to connect through a unified and secure social platform where they can offer or search for economical rides efficiently. The goal is economical deployment of a software that has potential to be updated to fulfill all the needs of commuters to any organization.
The website is a one-stop solution for all the organizational commute needs. It can bring together coworkers of the same route, decrease the traffic and pollution problems especially in the nation, and minimize fuel and maintenance costs. It allows commuters to filter through groups by the details or preferences while maintaining privacy and security through organization’s email login. Since the software has all the necessary features developed and can be monetized using the advertisement revenue, it is easy to develop and maintain. It frees commuters from the hassle of tracking different social media platforms.
- Node.js
- MySQL
- Clone the repository
git clone https://github.com/username/repo.git
- Install NPM packages
npm install
- Create a
.env
file and set the following variablesDB_HOST=localhost DB_USER=root DB_PASSWORD=password DB_NAME=carpool_db
- Start the server
npm start
Follow these steps to use the Carpool Management System:
- Run the following command to start the server:
npm start
- Open your web browser and navigate to
http://localhost:3000
to access the website.
Contributions are welcome! Please create an issue or pull request.
This project is licensed under the MIT License.