expresso
  • Get Started
    • 👋Welcome!
    • ⚡Quick Start
  • Expresso Library
    • 📖Introduction
    • ⚛️expresso-core
      • Currency
      • Random String
      • Formatter
      • File
      • Phone
    • ⚓expresso-hooks
      • Multer
      • Token
      • OTP
    • 🚀expresso-provider
      • FCM
      • SMTP
      • Redis
      • Storage
    • 🔗expresso-query
      • TypeORM
      • Sequelize
Powered by GitBook
On this page
  1. Get Started

Quick Start

PreviousWelcome!NextIntroduction

Last updated 2 years ago

Good to know: A quick start guide can be good to help folks get up and running with your API in a few steps. Some people prefer diving in with the basics rather than meticulously reading every page of documentation!

Generate Starter-App Backend

The best way to interact with starter-app backend with generate template :

npx create-expresso-app my-app

For now there are only 2 types of template options, TypeORM and Sequelize.

⚡
npm: create-expresso-appnpm
Check for detail parameters
Logo