How to start coding
Last updated
Was this helpful?
Last updated
Was this helpful?
Prepare the project architecture
Create a repo, this repo will have 2 main folders:
client: here you have to create from scratch
server
OR use a template to start coding:
Read the Git manual to build the branches and permissions needed to work in the same repository
Work locally on your assigned features, and push your changes at the end of the sprint
There are 2 options:
Create a SQL script that drops and creates all tables and rows in the local database
Use the same cloud database deployed in Heroku
Read the Guide
Read the Guide