JavaScript Node Boilerplate - Using CommonJS


Important Info

This boilerplate uses CommonJS instead ES6 Modules because of Knex incompatibility to ES6 Modules



Contains in this boilerplate

  • Controllers
  • Database
  • Models
  • Tests
    • Integration

Database Info

Client: SQLite3


How to use

Download

git clone https://github.com/MatheusCoxxxta/JavaScript-Node-Boilerplate-CommonJS-.git server

Install

cd server
npm install

Run

npm run start

Test

npm run test

Author

Matheus Costa