@roee1454/express-kit

1.1.0 • Public • Published

🛠️ Ultimate Express Starter Kit 🚀

Are you tired of setting up a new backend from scratch every time you start a new project? FEAR NO MORE! With this Ultimate Backend Starter Kit, you'll have a full-fledged backend service with EVERYTHING you need to kickstart your project!

Features

This starter kit supports a plethora of features to ensure you have a robust and scalable backend:

  • 📧 Full Email Support: Easily integrate email functionality.
  • 🔄 WebSocket Implementation: Real-time communication made simple.
  • 🔒 Auth Router: Comprehensive authentication system.
  • 🛡️ Auth Protected Routes: Secure your endpoints effortlessly.
  • 📁 File Management Router: Manage files with ease.
  • 📘 TypeScript Support: Write clean and type-safe code.
  • 🛡️ Zod Validators: Ensure data validation and integrity.
  • 🗄️ Prisma Integration: Supports all databases compatible with Prisma.
  • 📦 Webpack Bundling: Efficient bundling for production.

Quick Start Guide

Getting started with ExpressKit is easy asf! Follow the steps below and get your backend up and running in no time.

Installation

Npm

  1. Install the source code
npx @roee1454/express-kit your_directory
cd your_directory
npm install
  1. Follow the setup_guide.md file (5 minutes tops!)
  2. run npx prisma generate
  3. run npm run start:dev and that's it!

Git

  1. Clone the Repository
git clone https://github.com/roee1454/ExpressKit.git
cd ExpressKit
npm install
  1. Follow the setup_guide.md file (5 minutes tops!)
  2. run npx prisma generate
  3. run npm run start:dev and that's it!

Easy right?

That's all the effort you should be putting in for your great ideas!👌

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.0
    1
  • 1.0.1
    1
  • 1.0.0
    1

Package Sidebar

Install

npm i @roee1454/express-kit

Weekly Downloads

3

Version

1.1.0

License

none

Unpacked Size

2.8 kB

Total Files

3

Last publish

Collaborators

  • roee1454