Skip to content

Web application for apartment reservation (essentially airbnb clone) /w Guest, Host & Admin user roles. [School Project - Faculty of Technical Sciences] 🏫

Notifications You must be signed in to change notification settings

itfenom/apartment-reservation

 
 

Repository files navigation

ApartmentReservation

Build Status

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

Reservation Demo

Getting Started

Use these instructions to get the project up and running.

Note: Application is currently not working properly on Microsoft Edge browser due to the it's bug with fetch so it is advisable to use Google Chrome or Mozilla Firefox instead until this issue is resolved.

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. 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
  • 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.

About

Web application for apartment reservation (essentially airbnb clone) /w Guest, Host & Admin user roles. [School Project - Faculty of Technical Sciences] 🏫

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 68.5%
  • JavaScript 30.2%
  • Other 1.3%