Welcome to the Create Go App project
✨ Create a new production-ready project with backend (Golang), frontend (JavaScript, TypeScript) and deploy automation (Ansible, Docker) by running one CLI command. Focus on writing code and thinking of business-logic! The CLI will take care of the rest.
Project originally developed at the end of 2019 by Vic Shóstak (who still works today).
Get started with Create Go App
To learn more about project, see https://github.com/create-go-app/cli/wiki and official README.
Get involved
You can join the fun by following our contributing guide. Everyone is welcome! 😊
Special thanks to all our GitHub contributors for bringing this project to life.
Today we're still missing contributors who have expertise in the following skills:
- Creating content (writing understandable texts for project Wiki pages).
- Golang development (creating a new backend templates, writing tests, etc).
- Docker containerization (build Docker containers for backend templates).
- Ansible automatization (creating a new Ansible roles and playbooks).
If you are available to help on a voluntary basis, please contact to @koddr.
Repositories
The Create Go App project has a number of repositories, some important ones include:
- cli: A powerful interactive CLI to build your next wonderful project.
- fiber-go-template: A production-ready backend template with
Fiberweb framework for Create Go App CLI. - chi-go-template: A simple health-check backend template with
go-chirouter for Create Go App CLI. - net_http-go-template: A standard
net/httpbackend template for Create Go App CLI.