https://github.com/nearhuscarl/datingapp
https://github.com/nearhuscarl/datingapp
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nearhuscarl/datingapp
- Owner: NearHuscarl
- Created: 2020-05-15T07:03:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T05:58:00.000Z (almost 3 years ago)
- Last Synced: 2025-01-04T03:11:08.227Z (9 months ago)
- Language: TypeScript
- Size: 406 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
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
```