Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 521 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 521 Bytes

Node.js Starter Kit

Backend Starter Kit written in Node.js with the following features:

  • SQL Relational database support.
  • Koa web server, the next generation web server with async/await support.
  • Social Authentication with Facebook, GitHub and Google with passport
  • CORS support with kcors
  • Logging with timestamp and filename.

Tl;DR

To start the backend:

# cd server
# npm install
# npm run setup
# npm start