1.0.1 • Published 2 years ago
@mtaha-ali/create-backend v1.0.1
Create Backend
Command Line Tool to create an Express Backend Project using an existing template
How to create a new backend project
Run the Following Command
npx @mtaha-ali/create-backend@latest
If it asks to install package, do so.
- Enter your project's name
- Enter your project description
- Enter your name
- Select if you want it to be public or private (package.json)
- Choose the Template you want
- Wait for it to install dependencies
- cd into the project folder
- Configure the .env file
- use
npm run dev
to start a dev environment
Current Templates
Typescript without DB
- Typescript
- ExpressJS
- CORS
- HTTPs support
Typescript with Postgres
- Typescript
- ExpressJS
- CORS
- HTTPs support
- pg
Typescript with MySQL
- Typescript
- ExpressJS
- CORS
- HTTPs support
- mysql2