BookStore
BookStore copied to clipboard
ASP.NET Core | Domain-Driven Design | Clean Architecture
Book Store
Book store application created as part of my Information Technology in Industry Bachelor Thesis Defense, at the Technical University of Sofia in Bulgaria.
:eyes: Try it out
Make sure you have already installed Docker Desktop.
You don't need to install Nginx or NPM, as both are provided by Docker images.
Then do:
git clone https://github.com/kalintsenkov/BookStore.git
cd BookStore\src
docker-compose up --build -d
Then go to http://localhost
:construction_worker: Built with
- .NET Core 7
- ASP.NET Core 7
- Entity Framework Core 7
- StackExchange.Redis
- MediatR
- FluentValidation
- AutoMapper
- Bogus
- Scrutor
- xUnit
- FakeItEasy
- FluentAssertions
- React
👨💻 Template Author
:pencil: License
This project is licensed under the MIT License - see the LICENSE file for details
:man_astronaut: Show your support
Give a :star: if you like this project!