Skip to content

tothbalint1221/UniSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UniSystem - Course management backend

Quick start for local development:

  1. Use LocalDB for development (no external DB required)

    • Ensure appsettings.Development.json contains a local connection string. By default it uses LocalDB and database CourseManagerDB_LOCAL.
  2. Run the application from Visual Studio or with dotnet CLI:

    • dotnet run --project UniSystem
    • The app will create the database and seed initial data automatically on startup.
  3. Test endpoints with Swagger (in Development environment) or via curl/Postman. See UniSystem/Docs/SampleRequests.md for example requests.

Note for submission:

  • Replace the connection string in appsettings.json with the provided one for the university environment before final submission (CourseManagerDB_NEPTUN). The production connection string must match the spec.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors