Skip to content

Sample school library REST API written in .NET Core 3.1

License

Notifications You must be signed in to change notification settings

perestaj/SchoolLibraryAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SchoolLibraryAPI

Sample school library API

Technologies:

  • .NET Core 3.1
  • SQLite
  • Entity Framework Core
  • JWT auth
  • Automapper
  • Docker

In order to run the application in the docker container navigate to the SchoolLibraryAPI subdirectory (where docker-compose.yml file is located) and run the following command in the terminal: docker-compose up. The API will be accessible under http://127.0.0.1:4200.