An open API service indexing awesome lists of open source software.

https://github.com/isur/medic-support-system


https://github.com/isur/medic-support-system

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Requirements
- .NET 3.1
- postgresql 13

# .NET App
Go to the folder
```
./src/
```
To load dependencies
```
dotnet restore
```
To update database
```
dotnet ef database update
```
To run tests:
```
dotnet test
```
To run app:
```
dotnet run
```