An Web API project runs on an island and provides sharing car seats between people who create travel plan and the island's citizens.
Users can;
- creates travel plans.
- change status of travel plans.
- search travel plans by departure and destination cities' names.
- join travel plan.
To run project you need docker desktop. If you've follow the directions below:
- Clone repository on your local machine.
- Open your favorite command line tool and navigate to project folder.
- Run these commands: docker-compose up -d
- Project will be running at http:/localhost:5136
- To access swagger navigate to http://localhost:5136/swagger
- Oula!
- .Net 7
- MS SQL Server
- Docker
- EF Core
- CQRS
- Fluent Validation
- Mapper
- Clean Architecture
- DDD