Welcome to RideShareX! We've crafted this platform during our Unit 5 Construct Week, offering users the convenience of one-click cab bookings. Drawing inspiration from the user-friendly design of the Uber application, our goal is to provide an efficient and enjoyable experience.
Fullstack
Frontend: Live Link
Backend: Live Link
my-app/
├─ backend/
│ ├─ middlewares/
│ ├─ routes/
│ ├─ models/
│ ├─ node_modules/
│ ├─ .env/
│ ├─ .gitignore/
│ ├─ db.js/
│ ├─ index.js/
│ ├─ package.json/
├─ frontend/
│ ├─ images/
│ ├─ public/
│ ├─ scripts/
│ ├─ styles/
│ ├─ view/
├─ index.html/
- Developed a user-friendly website for cab ride reservations, improving the booking experience for users.
- Implemented various features including user authentication, cab booking, ride tracking including admin panel.
- Optimized server-side code and database queries to ensure efficient performance of the application.
- Utilized HTML, CSS, and JavaScript to create an attractive and responsive user interface.
- Built backend server using Node.js and Express framework to handle user requests and authenticate users.
- Utilized Bootstrap for responsive design to ensure compatibility across devices.
- Implemented MongoDB as the database for scalability and flexibility.
- Chose Express.js for the backend framework due to its simplicity and robustness.
Detailed instructions on how to install, configure, and get the project running.
git clone https://github.com/your-username/speedster.git
cd speedster
npm install
cp .env.example .env
Start the server:
npm run server
- Username: rider
- Password: 1234
- Username: driver
- Password: 1234
- Username: demo
- Password: 1234
How to use our project:
# Example
To start a typing race:
1. Navigate to the typing race section in the dashboard.
2. Click on "Start Race" to join a race or create a new one.
3. Once the race starts, type the given text as fast and accurately as possible.
Our website, RideShareX, is designed with responsiveness in mind to provide a seamless experience across various screen sizes and devices. We have utilized responsive design techniques, including flexible grid layouts and media queries, to ensure that the content adapts appropriately to different screen resolutions.
- HTML
- CSS
- JavaScript
- Node.js
- Express
- MongoDB
For detailed information on using our API, including available endpoints and any required authentication, refer to our - Swagger Document.
We welcome contributions from the community! If you'd like to contribute to RideShareX, please follow these guidelines:
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature/new-feature
. - Make your changes and commit them:
git commit -m 'Add new feature'
. - Push to the branch:
git push origin feature/new-feature
. - Submit a pull request.
Please ensure your code adheres to our coding standards and includes tests when applicable.
RideShareX is licensed under the MIT License. See the LICENSE file for details.
Feel free to reach out if you have any questions or need further assistance. Happy coding!