/CarApp

Advanced Software Engineering course project

Primary LanguageJava

CarApp

A project for Advanced Software Engineering course in Cairo University - Faculty of Computers and Artificial Intelligence. We were assigned 2 sprints, the first was to implement the basic logic of the application. And the second was to expose a RESTful API for our application.

Description

CarApp is ride-sharing app, that helps users to connect a driver with a rider. They can negotiate price and meet at a specific location.

Tools used:

How to use the app:

  1. Download the source code using git or as a zip file from above
  2. Download Microsoft SQL Server and install it
  3. Open Microsoft SQL ports, and setup database schema, and user credentials
  4. Install Postman and use our collection, or use our API with the tool of your choosing