Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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