Booking app is a web application inspired by Airbnb that allows users to create rental listings and rent accommodations.
- React
- Javascript / Typescript
- Zustand
- Axios
- React-Query
- Tinymce
- Dotnet
- EfCore
- MediatR
- AutoMapper
By default, the project comes with a pre-connected test database, so you can use the application immediately after downloading.
cd Booking-app/client
yarn
yarn dev
cd Booking-app/server/Booking.Api
dotnet run