Meet strangers and find your soulmate
MySoul is a dating website where people can meet, chat, and like each other.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- npm
https://www.npmjs.com/get-npm
- .NET Core SDK
https://dotnet.microsoft.com/download
- Clone the repo.
git clone https://github.com/ramishenouda/MySoul.git
- Run npm install inside DatingApp/DatingApp-SPA to install npm packages for Angular.
npm install
-
Use nuget package manager to install the ASP.NET Packages, packages can be found in DatingApp/DatingApp.API.csproj file .
-
Open the terminal and change your directory to DatingApp/DatingApp.API and use the command dotnet run to, to run the backend server.
dotnet run
- Open the terminal and change your directory to DatingApp/DatingApp-SPA and use the command ng serve, to run the nodejs (for angular) server.
ng serve
- Open your browser navigate to http://localhost:4200/
Enjoy.
This project is licensed under the MIT License - see the LICENSE.md file for details