Skip to content

senechal/test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage (Dev environment)

##Requirements [MongoDb] (https://www.digitalocean.com/community/tutorials/how-to-install-mongodb-on-ubuntu-18-04)

ui

cd ui
yarn install
yarn start
open http://localhost:3000

server

cd server
yarn install
yarn start
open http://localhost:3001

Docker

Make shure you have the latest verions of Docker-ce and docker-compose.

To run the project in the background.

docker-compose up -d

Test

yarn run test

Tasks

Frontend Role

  • 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 ...)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published