5forcegees / express-es6-rest-api

:battery: Starter project for an ES6 RESTful Express API.

Home Page:http://git.io/express-es6-rest-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Express & ES6 REST API Boilerplate

bitHound Score

This is a straightforward boilerplate for building REST APIs with ES6 and Express.

Tip: If you are using Mongoose, you can automatically expose your Models as REST resources using restful-mongoose.

Getting Started

# clone it
git clone git@github.com:developit/express-es6-rest-api.git
cd express-es6-rest-api

# Make it your own
rm -rf .git && git init && npm init

# Install dependencies
npm install

# Start development live-reload server
PORT=8080 npm run dev

# Start production server:
PORT=8080 npm start

License

MIT

About

:battery: Starter project for an ES6 RESTful Express API.

http://git.io/express-es6-rest-api

License:MIT License


Languages

Language:JavaScript 100.0%