seagull-backend
v1.0.7
Published
A npm package for quickly creating a project structure on express.js
Downloads
4
Readme
Seagull-backend ·
seagull-backend is a tool for quick and easy creation of back-end projects on express.js
Installation
npx seagull-backend [project_name]
Usage
First you will be asked to select a project type
- Bare project: Simple npm setup and index.js
- Full setup: Full Setup with postgresql, sequelize as ORM, swagger for documentation
- Custom setup: Custom setup (working on it)
After that everything will be installed