https://github.com/isur/medic-support-system
https://github.com/isur/medic-support-system
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/isur/medic-support-system
- Owner: Isur
- Archived: true
- Created: 2020-11-14T23:49:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-04T22:58:20.000Z (over 5 years ago)
- Last Synced: 2025-03-03T00:23:43.113Z (over 1 year ago)
- Language: C#
- Size: 51.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```