Skip to content

ramishenouda/MySoul

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meet strangers and find your soulmate

MySoul, Released under MIT License. Made with, ASP.NET, and Angular MySoul's link

MySoul is a dating website where people can meet, chat, and like each other.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • npm
https://www.npmjs.com/get-npm
  • .NET Core SDK
https://dotnet.microsoft.com/download

Installing

  1. Clone the repo.
git clone https://github.com/ramishenouda/MySoul.git
  1. Run npm install inside DatingApp/DatingApp-SPA to install npm packages for Angular.
npm install
  1. Use nuget package manager to install the ASP.NET Packages, packages can be found in DatingApp/DatingApp.API.csproj file .

  2. 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
  1. 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
  1. Open your browser navigate to http://localhost:4200/
Enjoy.

Built With

License

This project is licensed under the MIT License - see the LICENSE.md file for details