Skip to content

kaifer/express-es6-mysql-rest-api-webpack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express & ES6 REST API & Promise Mysql & Webpack 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 [email protected]: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 development live-reload web
PORT=8080 npm run dev-web

# Build production server:
npm prod-server

# Build production web:
npm prod-web

# Build production server & web:
npm prod

# Start production server:
PORT=8080 npm start

License

MIT

About

🔋 Starter project for an ES6 RESTful Express API.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 92.6%
  • HTML 6.4%
  • CSS 1.0%