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

https://github.com/nearhuscarl/datingapp


https://github.com/nearhuscarl/datingapp

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# DatingApp

## Getting started

Run front-end

```bash
cd DatingApp-SPA
ng serve
```

Run back-end

```bash
cd DatingApp.API
dotnet watch run
```