Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Releases: MusabDev/create-e3-app

v0.0.13

26 Sep 06:36
Compare
Choose a tag to compare

Fixes

fix: keep .gitignore in npm
fix: remove false from "Next steps." if the database is none

Improvements

chore: add deploy script in package.json

v0.0.10

26 Sep 06:11
Compare
Choose a tag to compare
v0.0.10 Pre-release
Pre-release

Introduction

Welcome to the E3 Stack - the best way to start a typesafe backend! This tech stack provides you with everything you need to create APIs quickly and efficiently. It's designed to simplify the development process and make your life easier.

Features

  • TypeScript: Write code that's easy to understand and maintain thanks to strong typing.
  • Express.js: Build APIs that are fast, reliable, and easy to scale using Node.js and Express.
  • Prisma: Simplify database operations with an auto-generated query builder and type-safe schema.
  • Zod: A runtime type checking library to ensure data consistency.
  • ESLint: Lint your code for best practices and maintainability.
  • Prettier: Automatically format your code to keep it clean and consistent.