Skip to content

YadoGo/yado-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YADO - Backend

Index

Introduction

YADO - Backend is the backend part of the YADO project, which serves as the API for user authentication, hotel data management, and more. It is developed using ASP .NET Core with an MVC (Model-View-Controller) architectural pattern. This backend is designed to work seamlessly with the YADO - Frontend Angular application. The primary goal of YADO is to enhance the hotel search and management experience for travelers.

Requirements

Installation

  1. Clone this repository to your local machine.
git clone https://github.com/YadoGo/yado-backend.git
  1. Navigate to the project directory.
cd yado-backend
  1. Restore the required NuGet packages.
dotnet restore
  1. Apply migrations to set up the database.
dotnet ef database update

Usage

  1. Start the development server.
dotnet run
  1. The API will be available at http://localhost:5000.

Features

  • Backend Technology: ASP .NET Core with MVC architecture
  • Database: Entity Framework Core
  • License: MIT License

Contribution

If you want to contribute to this project, follow these steps:

  1. Fork the repository.
  2. Create a branch for your new feature: git checkout -b feature/awesome-feature.
  3. Make your changes and commit: git commit -m 'Add an awesome feature'.
  4. Push your changes to your fork: git push origin feature/awesome-feature.
  5. Open a pull request in the main repository.

License

This project is licensed under the MIT License. See the LICENSE file for more details.