✨ 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).
To learn more about project, see https://github.com/create-go-app/cli/wiki and official README.
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.
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
Fiber
web framework for Create Go App CLI. - chi-go-template: A simple health-check backend template with
go-chi
router for Create Go App CLI. - net_http-go-template: A standard
net/http
backend template for Create Go App CLI.