Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kylemit/mvp
Minimum Viable Web App
https://github.com/kylemit/mvp
demo-app
Last synced: 26 days ago
JSON representation
Minimum Viable Web App
- Host: GitHub
- URL: https://github.com/kylemit/mvp
- Owner: KyleMit
- License: mit
- Created: 2020-08-09T00:06:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-13T16:59:37.000Z (about 3 years ago)
- Last Synced: 2025-01-18T07:53:55.277Z (about 1 month ago)
- Topics: demo-app
- Language: C#
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Minimum Viable Web App
## Structure
* app
* db
* func## app
* .net core 3.0
* azure ad```bash
dotnet new mvc --auth SingleOrg \
--client-id *** \
--tenant-id *** \
--domain Kylemitgmail.onmicrosoft.com
```## db
* table storage
## func
* azure functions