Skip to content

Latest commit

 

History

History
61 lines (44 loc) · 1.23 KB

README.md

File metadata and controls

61 lines (44 loc) · 1.23 KB

cucu

TypeScript Express Starter With CRUD Generator

⚙️ Installation

$ npm install -g cucu-generator

Create the app

example

$ cucu-generator
? Select a templates (Use arrow keys)
❯ crud-generator 
  cucu-project-starter 
  ──────────────

Select a templates

$ cd "project name" && npm run dev

swagger docs

Start your cucu-starter app in swagger docs at http://localhost:3000/docs

example

Create the CRUD

example

$ cucu-generator
? Select a templates (Use arrow keys)
  crud-generator 
❯ cucu-project-starter 
  ──────────────

example

.env settings

KEY=hash
JWT_SECRET=secretKey

DB_USERNAME=root
DB_PASSWORD=password
DB_DATABASE=sequelize
DB_HOST=localhost

SERVER_IP=localhost
PORT=3000
PROJECT_NAME=typeScript