/Hotel-API

Primary LanguageC#MIT LicenseMIT

HotelAPI

HotelAPI is a sample application built using ASP.NET Core.

Getting Started

Use these instructions to get the project up and running.

Prerequisites

You will need the following tools:

Setup

Follow these steps to get your development environment set up:

  1. Clone the repository
  2. At the root directory, restore required packages by running:
    dotnet restore
    
  3. Next, build the solution by running:
    dotnet build
    
  4. launch the back end by running:
    dotnet run --project .\UFynd.API\
    
  5. Test the project by running:
    dotnet test
    
    
  6. Launch https://localhost:7041/swagger/ in your browser to view the API

Technologies

  • .NET Core 6
  • ASP.NET Core
  • C#

License

This project is licensed under the MIT License - see the LICENSE.md file for details.