Project of integrated room occupancy navigation at the Warsaw University of Life Sciences 🎓📖💡 (.NET Core/Angular)
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.
In order to run this project, make sure you have intalled the latest versions of nodeJS, Angular CLI and
.Net Core SDK
git clone https://github.com/lukaszsoleski/RoomOccupancy.git
Install the npm
packages described in the package.json
.
cd RoomOccupancy/RoomOccupancy.API/AngularClient
npm install
npm serve -o
From the API folder ‘RoomOccupancy/RoomOccupancy.API’ run a following command:
dotnet run --urls=http://localhost:51583/