Skip to content

Diploma (bachelor) work. Application to create, improve and maintain class schedule.

Notifications You must be signed in to change notification settings

nice-nickname/Rasp

Repository files navigation

Rasp

Application to create, improve and maintain class schedule

Configuration

Rasp uses MS SQL SERVER as primary database. Application requres to have a Database connection, specified in dbconfig.json

{
    "ConnectionString": "Data Source=localhost;Database=Rasp;Integrated Security=true;"
}

Install dependecies

To install all packages type in console

> dotnet restore # Run this command for all Projects in solution
> cd src/UI
src/UI> npm ci # This will install all js and css libraries 

Build and run

Standart ASP.NET CORE commands are used to maintain project running

Run application

src/UI>dotnet run

Docker configuration

You can use docker compose to create a Docker container with sql server installed and ready-to-work with Rasp

Pull, create, run and attach docker

docker compose up

About

Diploma (bachelor) work. Application to create, improve and maintain class schedule.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •