Backend and Frontend of the Be The Hero Project of the Omnistack Week
cd
into the project foldernpm i
to install the dependenciesnpm run migrations
on the backend to create the tables on the DBnpm start
on both projects to execute
It is basically the same of the localhost, but I recommend you to deploy one gitpod environment for each project and change the api URL on api.js file located at frontend/src/services/api.js
to the public url to the port 3333 of the gitpod env of the backend
Enter this link: https://www.gitpod.io#https://github.com/Liga-IA/Be-The-Hero