
Indie Creators - Starter Template Project
This repository is designed to be a base project for building side projects in an orderly, scalable manner with the ability to quickly add features. It is based on T3 Stack with some subjective modifications. By cloning the project and configuring the environment variables, users can easily start without any issues.
To execute the project, follow these steps:
This project uses different .env files based on the app's environment (local, development, production).
To install using Docker, follow these steps:
This repository serves as a foundational project for creating side projects in an organized and scalable manner. It allows for quick addition of new features and provides detailed instructions for installation, whether manual or using Docker.

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.