Run the command make new-project name=PROJECT-NAME-HERE
. This command replaces the project name and all references.
- Run the db with the command
make env-up
. - then run
make run
, it will build theui
and run the main.go file, repeat this step everytime you change something in the backend project.
- Run the command
make tests
.
Uncomment the deploy step in .github/workflows/ci.yml and configure heroku_api_key
and heroku_app_name
.
On Github, go to setting and set the secrets below:
- HEROKU_API_KEY
- HEROKU_APP_NAME
- HEROKU_LOGIN_EMAIL