Node.js Starter Kit
October 2, 2023 ยท View on GitHub
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