Skip to content

filipeqs/DatingApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DatingApp

Dating website.

Check the demo hosted on https://filipe-datingapp.herokuapp.com/


Instructions

First clone this repository.

$ git clone https://github.com/filipeqs/DatingApp.git

Install dependencies on Client. Make sure you already have nodejs & npm installed in your system.

$ cd client
$ npm install

Create appsettings.json file inside the API folder to set the following environment variables

$ "CloudinarySettings": {
    "CloudName":
    "ApiKey":
    "ApiSecret"
}

Run the api Run the clent

$ ng serve

Features

  • Register & Login.
  • Show all users.
  • Filter users.
  • See who you liked and who have liked you.
  • Send messages to users.

Screenshot

GitHub Logo