How to start coding
How to start a full-stack coding project from scratch?
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: https://github.com/csfilipinyi/cyf-final-project-pgsql-starter-kit
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
How to manage databases in a Team?
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
How to manage GIT in a Team?
Read the Guide Git Management
How to deploy our code on Internet?
Read the Guide Heroku Deployment
Last updated