Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doylemark/vatly-api
https://github.com/doylemark/vatly-api
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/doylemark/vatly-api
- Owner: doylemark
- Created: 2021-12-25T04:28:10.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-30T15:46:12.000Z (about 3 years ago)
- Last Synced: 2024-12-19T13:49:37.738Z (16 days ago)
- Language: C#
- Size: 996 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vatly API
### Run migrations
`dotnet ef database update --project Vatly.Api`### Make new migration
`dotnet ef migrations add MigrationNameHere --project Vatly.Api`