Skip to content
/ SCCB Public

Project for Schedule creation and classroom booking

Notifications You must be signed in to change notification settings

zelo2000/SCCB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

SCCB

Project for Schedule Creation and Classroom Booking

Technologies

  • ASP.NET Core 3.1
  • MSSQL local db.
  • Docker

Set up

  • Open solution in Visual Studio 2019
  • Set connection string in appsettings.json
  • Restoring client side libraries
  • Set SCCB.Web project as Startup Project and build it.
  • In package manager console write update-database
  • Run!

Documentation

Documentation can be find here. This includes lots of information and will be helpful if you want to understand the features Schedule Creating and Classroom Booking currently offers.

How to conect logger.

To add logging with Serilog install next NuGet packages:

  • Serilog.AspNetCore
  • Serilog.Settings.Configuration

In file appsettings.json in "Serilog" -> "WriteTo" -> "Args" -> "path" you have to write your own path to a folder Logs

  • "D:\6th term\ПІ\SCCB\SCCB\Logs\log.txt"
  • "D:\6th term\ПІ\SCCB\SCCB\Logs\log.json"

To launch Seq Server:

About

Project for Schedule creation and classroom booking

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published