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 passportarrow-up-right
CORS support with kcorsarrow-up-right
Logging with timestamp and filename.
To start the backend:
# cd server # npm install # npm run setup # npm start
Last updated 2 years ago