Skip to content

sergio-toro/node-fullstack-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-fullstack-test

Getting up and running with docker:

To use docker in the development process you need to have docker and docker-compose installed. You can find a guide to install docker and docker-compose here.

Once you have installed docker and docker-compose you are available to use this commands

Available commands

  • docker-compose up runs the whole stack (the first time builds the project)
  • docker-compose exec frontend npm run test runs FE tests (first run docker-compose up in another terminal)
  • docker-compose exec backend npm run test runs BE tests (first run docker-compose up in another terminal)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published