Skip to content

AspNet webAPI for the SE Training project - made for educational purposes. 🔬

Notifications You must be signed in to change notification settings

wegger-BDSA2021/webapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web API for BDSA 2021 project

Code analysis

To see a report on static code analysis, go to SonarCloud. The analysis is computed from the main branch - only direct pushes and merge requests to the main branch will generate a new SonarCloud report.

Running the web API

This guide assumes, that you are running the application with Ubuntu in WSL2. Before executing the run script, make sure your Docker Daemon is running, and that ports 5001, 5000, 1433 are free.

Start in the root directory and run the following commands :

cd scripts/
bash run

Or,

chmod +x run

and then

./run

Once you have killed the application, you can run the cleanup script in the same folder in order to kill the containers.

About

AspNet webAPI for the SE Training project - made for educational purposes. 🔬

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages