generate-express-server

1.0.1 • Public • Published

Express Logo

Express application generator.

Installation

Mac

$ sudo npm install -g generate-express-server

Windows

$ npm install -g generate-express-server

Quick Start

The quickest way to get started with express is to utilize the executable express(1) to generate an application as shown below:

Create the app:

$ npx create-express-app myApp

Install dependencies:

$ npm install

Configure .env file:

MONGO_URI=mongo_uri
JWT_SECRET=secretkey
JWT_LIFETIME=30d

More info about JWT ==> jsonwebtoken

Start your Express.js app at http://localhost:3000/:

$ npm start

License

MIT

Package Sidebar

Install

npm i generate-express-server

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

16.9 kB

Total Files

23

Last publish

Collaborators

  • atilaguler