Skip to content

war-man/sggw-spaces

Β 
Β 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn

SGGW spaces

The aim of the project is to create an online reservation and occupancy system for the WULS - SGGW university. The application should include an overview of the premises and their search by use, equipment and number of places.

Users should be able to make quick reservations within the assigned department. Reservation of a room in another department may require approval, which the designated person, room manager or planner accepts or rejects, possibly through negotiations with the person booking the change of room or date.

The functionality of the system largely depends on the current schedule, therefore the system also requires import functions and integration with existing data.

Built With

Get started

In order to run this project, make sure you have intalled the latest versions of nodeJS, Angular CLI and .Net Core SDK

Clone the repo

git clone https://github.com/lukaszsoleski/RoomOccupancy.git

Install npm packages

Install the npm packages described in the package.json.

cd RoomOccupancy/RoomOccupancy.API/AngularClient
npm install

Run Angular client

npm serve -o

Run .Net Core server

From the API folder 'RoomOccupancy/RoomOccupancy.API' run a following command:

dotnet run --urls=http://localhost:51583/

Home page Schedule Schedule Schedule Package diagram Email message

About

Project of integrated room occupancy navigation at the Warsaw University of Life Sciences πŸŽ“πŸ“–πŸ’‘ (.NET Core/Angular)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 67.4%
  • TypeScript 18.0%
  • HTML 11.3%
  • CSS 2.8%
  • JavaScript 0.5%