The DatingApp is a platform that enables users to connect with others, find new friends, or discover potential romantic partners. This application is built using C# ASP.NET for the backend and Angular for the frontend.
Before you begin using the application, ensure that you have the following installed:
- Visual Studio for C# ASP.NET
- Node.js for Angular
- Angular CLI for Angular development
-
Clone the repository:
git clone https://github.com/yourusername/DatingApp.git
-
Navigate to the
DatingApp.API
folder and run:cd DatingApp.API dotnet run
-
Open your browser and go to
http://localhost:5001/
to view your application.
We welcome contributions! If you have any ideas or improvements, please submit a pull request.
This application is open-source under the MIT License.