geapi
v1.2.1
Published
this package will create basic express api
Readme
Generate Express Api
Create basic express api including:
- cors - enables CORS headers
- helmet - security
- morgan - logger
- dotenv - loads environment variables
- error handler
Quick Start
npx geapi my-express-api
cd my-express-api
npm startScripts
npm start # Starts the server
npm run dev # Starts the server with nodemon
npm run lint # Lints files under src/