Skip to content

inalelub/booking-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Internal Resource Booking System

A simple & intuitive resource booking system that manages shared resources within a company (e.g. meeting rooms, company vehicles, specialized equipment)

It allows for you to view available resources and book them for specific time slots.

Prerequisites

  1. Make sure you have installed .NET 9 SDK.
  2. Make sure you have installed MS SQL Server 2022 & the SQL Server Management Studio.
  3. An IDE for viewing the project. It could be Rider or Visual Studio.

Set Up & Running of the Application

  1. Clone the repository to your system
git clone https://www.github.com/inalelub/resource-booking-system.git
  1. Open the project in your preferred IDE.
  2. In your terminal run the following command. The first option for windows & second is if you're on Linux
dotnet run --project .\resource-booking-system\resource-booking-system.csproj
dotnet run --project ./resource-booking-system/resource-booking-system.csproj

Potential Pitfalls

It might be that when you run the application there is a problem with the connection to the database. There are two connection strings in the appsettings.json file & which are DefaultConnection and LocalDbConnection. For a simple & easier way just change line 9 in Program.cs file to LocalDbConnection instead of DefaultConnetion.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors