Skip to content

rgarom/phones-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Run app

This app is dockerized and uses docker-compose to connect and run the server and client containers.

  • First run the command docker-compose up to build all the containers.

  • Then navigate to http://localhost:4200/ to open the app.

Unit testing

  • Install frontend depencencies running npm install inside client/phones.
  • To run all the frontend test go inside client/phones/ and run npm test.

End to End testing

  • Install frontend depencencies running npm install inside client/phones.
  • To run the end to end tests go inside client/phones/ and run npm run e2e.

About

Angular app connecting to a Node express server to get a mobile phones list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published