Dating website.
Check the demo hosted on https://filipe-datingapp.herokuapp.com/
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
- Register & Login.
- Show all users.
- Filter users.
- See who you liked and who have liked you.
- Send messages to users.