Skip to content

sonbyungjun/cucu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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