Skip to content

akaenrico/growth-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A clone of Growth Suplementos made using React and Node.js.


Running the project

You must have docker-compose installed to run the project.

Run docker-compose in your terminal to start all the container:

docker-compose up

You can check the Back-End status visiting http://localhost:3333/status Note that if you changed the enviroment variable that sets the port to run express, this rule may not apply.

Front-End will be available at http://localhost:3000