create-expressjs-rest-app

1.3.0 • Public • Published

REST API Boilerplate for Node.js

A starter boilerplate for building APIs using Node.js, Express, and Mongoose.

Installation

NPM Installation :

npx create-expressjs-rest-app <project-name>

Or

npm init expressjs-rest-app <project-name>

Manual Installation :

Clone the repository

git clone --depth 1 https://github.com/codemac0/expressjs-rest-boilerplate.git
cd expressjs-rest-boilerplate

Install the dependencies:

npm install

Set the environment variables:

cp .env.example .env
# open .env and modify

Features

License

MIT

/create-expressjs-rest-app/

    Package Sidebar

    Install

    npm i create-expressjs-rest-app

    Weekly Downloads

    1

    Version

    1.3.0

    License

    MIT

    Unpacked Size

    25.8 kB

    Total Files

    34

    Last publish

    Collaborators

    • code.mac