iKar is a carpooling application that gives the drivers the ability to create ride offers and the passengers the ability to join available ride offers.
- Create an account and log in.
- User can see all available offers
- Passenger can see ride offer and reserve
- Driver can add ride offer
- HTML/CSS
- JS/JQuery
- Bootsrap 4
- PHP
- Doctrine
- Postgres
# clone repo & navigate to iKar directory
git clone https://github.com/HaceneSadoudi/iKar.git && cd iKar
# install dependencies
npm install
# run the php server
php -S localhost:8000
iKar is (GPL v3 licensed)