Skip to content

.NET RESTful web api to manage hairdresser/beauty salon

Notifications You must be signed in to change notification settings

hairdresser-manager/api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

.NET RESTful web api to manage hairdresser/beauty salon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published