An open API service indexing awesome lists of open source software.

https://github.com/webern/fullstack

Frontend Backend MySQL Setup
https://github.com/webern/fullstack

Last synced: 2 months ago
JSON representation

Frontend Backend MySQL Setup

Awesome Lists containing this project

README

          

fullstack
=========

A demo project to learn how to setup:
* Frontend (React)
* Backend (Express)
* Database (MySQL)

And to deploy, Frontend to Netlify and Backend to Heroku.

## Branches

#### Inspired by gitflow.

* `master`: This is the production branch.
* `develop`: This is where we all merge are stuff together before it goes to prod.
* Working branches: We will use a naming convention like this `matt/mything`. These are our personal branches for doing our own development work.

#### The rules:

* `master`: Must be clean, tests passing, software working correctly.
* `develop`: Should almost always be clean, tests passing, software working correctly. Avoid breaking develop unless it is absolutely necessary to get through some huge refactor or whatever.
* `yourname/yourthing`: Do whatever you want, break it fix it, whatever.

#### Deleting Branches:

It is not recommended to delete any branches, until/unless the total number of branches is truly problematic.

## Deployment

We have deployed the frontend to Netlify at this address: https://relaxed-ardinghelli-e3ccf9.netlify.com/