Skip to content

Latest commit

 

History

History
69 lines (46 loc) · 1.67 KB

README.md

File metadata and controls

69 lines (46 loc) · 1.67 KB

Hair Salon Manager

Hairdresser Manager is a RESTful API built using .NET 5 and Entity Framework Core. The architecture and design of the project is based on the Clean Architecture (sometimes it's been cited as onion or hexadecimal architecture).

Used technologies and libraries

  • .NET 5
  • Entity framework core
  • Identity
  • Automapper
  • Swagger

Setup on containers

Prerequisites

You will need the following tools:

Setup

clone the repository and run this command at main repository folder:

docker-compose up

and wait before everything gets done.

Setup on your machine

Prerequisites

You will need the following tools:

Setup

Follow these steps to get your development environment set up:

  1. Clone the repository
  2. Set connection string to the database in appsettings.json in src/WebApi project
  3. At the root directory, restore required packages by running:
    dotnet restore
    
  4. Next, build the solution by running:
    dotnet build
    
  5. Next, launch the app by running:
    dotnet run
    

Usage

When your application is up you can view the api in swagger by entering swagger on

License

MIT