Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 843 Bytes

README.md

File metadata and controls

53 lines (36 loc) · 843 Bytes

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