Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

DaniloNovakovic/apartment-reservation

Repository files navigation

ApartmentReservation

Build Status

Apartment Reservation is a school project, built using ASP.NET Core, Entity Framework Core, MongoDB.Driver and React.

Reservation Demo

Getting Started

Use these instructions to get the project up and running.

Note: Application may not work properly on some versions of Microsoft Edge browser due to it's bug with fetch

Prerequisites

You will need the following tools:

Setup

Follow these steps to get your development environment set up:

  1. Clone the repository
  2. Go to ApartmentReservation.WebUI/ClientApp directory and run: npm install
  3. Build solution in Visual Studio (2017 or 2019)
  4. (Optional) Modify connection strings in ApartmentReservation.WebUI/appsettings.json
  5. Start Application with ApartmentReservation.WebUI set as your StartUp Project

Technologies

  • .NET Core 2.1
  • ASP.NET Core 2.1
  • Entity Framework Core 2.1
  • MongoDB.Driver 2.11
  • React 16.8

API Doc

Swagger API Doc can be found on /swagger or /redoc route.

More detailed documentation (currently only in Serbian language) can be found can be found here