Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 574 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 574 Bytes

Access project here

Tools needed to run the project: docker, node > 16 and yarn

To automatically run the project you will need to have docker running in your machine follow the instructions. If is your first time you need to run: sh sh/build.sh

If you did already run this command before, you simple run: sh sh/up.sh

It will create api and frontend and run in your machine.

Urls where the project will run: frontend: http://localhost:3000 api: http://localhost:3333 graphql: http://localhost:4000 and database on port 5432