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.
- Host: GitHub
- URL: https://github.com/marked01one/save-the-date-dotnet
- Owner: marked01one
- Created: 2023-02-13T17:56:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-22T18:27:47.000Z (about 3 years ago)
- Last Synced: 2025-03-20T11:25:50.576Z (about 1 year ago)
- Topics: angular, asp-net-core, dotnet, typescript
- Language: C#
- Homepage:
- Size: 733 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```