Skip to content

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

Notifications You must be signed in to change notification settings

saurav9878/boiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published