0.2.3 • Published 5 years ago

create-node-rest-api v0.2.3

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

NPM npm npm

Create Node REST API

A helpful npm package that generates a default Node.js + Express.js RESTful API template.

Installation

This package requires that you have both Node.js and npm (comes with Node.js) installed on your machine. If you don't already have Node.js, you can find it here.

Verify you have both running by running node -v and npm -v. You should get a version number for each if they are installed correctly.

Make sure you have npm installed globally with the command

npm install npm@latest -g

With both of those packages installed, now you can run

npm i -g create-node-rest-api

Usage

With create-node-rest-api installed, you can now run the command from the command line to generate a new directory name for your REST API server using create-node-rest-api <your-project-name>.

Once the script finishes running, you can cd into the project and begin working. You can also test the server immediately using the command yarn start directly from within the root of the project directory.

Additional Information

Future updates will include the ability to customize the type of template that is used when generating the project as well as type of API, standard or perhaps GraphQL. This project is maintained solely by me but pull requests are welcome and will help fuel the motivation in maintaining the project.

0.2.3

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.2.2

5 years ago

0.1.8

5 years ago

0.1.9

5 years ago

0.1.7

5 years ago

0.1.4

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.0

5 years ago

0.1.1

5 years ago

1.0.0

5 years ago