Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boiler

Boiler is a vanilla express setup that's easy to spin up for machine coding rounds in Node.js

Features

  • Vanilla express Node.js server
  • Added express json body parser
  • Cache I/O operations via ioredis
  • Database ORM via sequelize
  • Testing via jest
  • Linting via prettier and eslint
  • Nodemon
  • Script for seeding database

Assumptions

  • Dependencies like Node.js, redis are already installed via homebrew in MacOS.

Playbook

    # Install dependencies
    npm install
    # Populate the database
    npm run seed
    # Start server
    npm start
    # Run tests
    npm test

About

Boiler is a vanilla express setup that's easy to spin up for machine coding rounds in Node.js

Resources

Stars

6 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages