We will beat Amazon Web Services (they are cheap knockoffs).
https://awesomewebsiteservice.anvil.app
-
Master branch (
master)
Stable, production-ready code. Direct commits are avoided; all changes arrive via pull requests. -
Feature branches (
feature/<name>)
Used for new functionality. Created frommainand merged back once complete and reviewed. -
Bugfix branches (
fix/<name>orbugfix/<name>)
Used for resolving defects. Scoped to a single issue and merged after validation. -
Hotfix branches (
hotfix/<name>)
Urgent fixes for production issues. Created frommainand merged back into bothmainand any active development branches if applicable. -
Chore branches (
chore/<name>)
Non-functional changes such as refactoring, dependency updates, or tooling adjustments.
To add a new user, the new user must first authenticate with a google account. Then, one must enable their account in the database and give the new user a username.