🔏
starhackit
  • README
  • Getting started
    • Requirements
    • Quick Start
  • Frontend
    • The Frontend
      • Npm scripts
    • Unit testing
    • End 2 End Testing
    • Multi Application
    • Production Build
    • Internationalization
    • Configuration
    • Cut and Paste detector
    • Webpack
  • Backend
    • Node Backend
      • Npm scripts
    • Development Enviromnent with docker-compose
    • Testing
      • Code Coverage
    • Configuration
    • Debugging
    • Database
    • Http Server
      • CORS
    • Authentication
      • Social Authentication
      • Local Authentication with JWT
    • Email
    • Redis
    • Api Model
      • Api Mocking
  • Deployment
    • Build, Tag and Push Docker Images
    • Releasing
    • Deploy Infrastructure with GruCloud
    • Deploy with Ansible
Powered by GitBook
On this page

Was this helpful?

  1. Backend

Node Backend

PreviousWebpackNextNpm scripts

Last updated 1 year ago

Was this helpful?

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

  • CORS support with

  • Logging with timestamp and filename.

Tl;DR

To start the backend:

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