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

https://github.com/marked01one/save-the-date-dotnet

A dating app made using ASP.NET and Angular, with built-in scalability features & user authentication.
https://github.com/marked01one/save-the-date-dotnet

angular asp-net-core dotnet typescript

Last synced: about 2 months ago
JSON representation

A dating app made using ASP.NET and Angular, with built-in scalability features & user authentication.

Awesome Lists containing this project

README

          

# Save the Date!
A dating app made using ASP.NET and Angular. Part of my ongoing series of ASP.NET web applications.

## Getting Started
### API Server:
```bash
$ cd API # Navigate into API directory
$ dotnet watch run # Activate the ASP.NET API server
```
**NOTE:** Make sure you are using .NET 6 since this project is built with it.

### Client:
```bash
$ cd Client # Navigate into Client directory
$ ng serve # Activate the Angular client server
```