-
Notifications
You must be signed in to change notification settings - Fork 0
Other Starter Kits
I provide a lot of other starter kits. Please visit these repositories too if you are interested. Any contributions, improvements and ideas will be welcomed and appreciated.
Keep in mind that the purpose of these starter kits is to make engineers feel easy when starting a new project, because they don't need to do any other setups except for Environment Variables used in their project to make it work and run from local stage, to development stage, to staging stage and to production stage. Things like Unit Test, Code Coverage, Static Analysis and CI/CD are covered by these starter kits too. In short, Engineers can just focus on the business logic of the application they want to build, without worrying about a lot of setups needed to starting up new project repository.
Python:
Java:
Ruby:
Golang:
Rust:
NodeJS:
- SailsJS Starter Kit
- ExpressJS Starter Kit
- AdonisJS Starter Kit
- MeteorJS Starter Kit
- NextJS Starter Kit
- NuxtJS Starter Kit
PHP:
Frontend:
All starter kits are built upon same pattern and same principles to maintain consistency in project structures and flows across frameworks.
Aside from framework starter kits, i have also created starter kits for serverless project and library project for various programming languages, you can check them here:
Serverless Project:
- Python Serverless Starter Kit
- Python DjangoORM Serverless Starter Kit
- Golang Serverless Starter Kit
- Java Serverless Starter Kit
- Ruby Serverless Starter Kit
- DotNET Core Serverless Starter Kit
- NodeJS Serverless Starter Kit
Library Project:
Crafted and maintained by Unis Badri.
- Home
- Requirements
- Installation
- Environment Variables
- Usage
- Supported CI/CD Tools
- Used Libraries
- Other Starter Kits
- Contributions