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
- Host: GitHub
- URL: https://github.com/webern/fullstack
- Owner: webern
- Created: 2020-01-05T17:37:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-06T03:34:10.000Z (over 6 years ago)
- Last Synced: 2025-08-28T04:59:58.527Z (10 months ago)
- Language: JavaScript
- Size: 362 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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/