node-rest-api-boilerplate
ES6 Node Rest API boilerplate with Mongo Datastore
File Explorer
Download Latest Version (.zip)- constants.js
- auth.controller.js
- base.controller.js
- meta.controller.js
- posts.controller.js
- users.controller.js
- util.js
- access-control.js
- authenticate.js
- error-handler.js
- post.js
- user.js
- cat.jpg
- unicorn.jpg
- database.js
- index.js
- routes.js
- server.js
- post.factory.js
- user.factory.js
- post.model.spec.js
- user.model.spec.js
- auth.login.spec.js
- post.create.spec.js
- post.fetch.spec.js
- post.search.spec.js
- user.create.spec.js
- user.fetch.spec.js
- user.search.spec.js
- base.route.spec.js
- server.mock.js
- .babelrc
- .eslintignore
- .eslintrc
- .gitignore
- .travis.yml
- History.md
- index.js
- LICENSE
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/kylealwyn/node-rest-api-boilerplate
Downloads the entire project code from GitHub to your computer.
cd node-rest-api-boilerplate
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
