##Requirements [MongoDb] (https://www.digitalocean.com/community/tutorials/how-to-install-mongodb-on-ubuntu-18-04)
cd ui
yarn install
yarn start
open http://localhost:3000
cd server
yarn install
yarn start
open http://localhost:3001
Make shure you have the latest verions of Docker-ce and docker-compose.
To run the project in the background.
docker-compose up -d
yarn run test
- Please add pagination support to the list when there are more than 2 entries
- Please add option to select sex of a friend male/female and display it
- Please add tests using your preferred testing tool (jest, mocha, should.js ...)