Skip to content

DevSkillsHQ/backend-boilerplate-hapi-js

Repository files navigation

Backend Boilerplate Hapi JS

A backbone for your coding challenge.

Contents

  • Backend service - a Hapi JS service with a /ping endpoint. Extend with your code.
  • API test suite - a Cypress test suite. Extend with your tests.
  • Pipeline - a test Runner that executes the Cypress tests on push to a branch other than master/main.

Getting started

  1. Make sure npm & node are configured on your local env. You can download those distributions for your platform here.

  2. Build your app.

npm install
npm run build
  1. Start your app.
npm install
npm run start
  1. Run Cypress tests
npm run test

Made by DevSkills.

Did you find this repo useful? Give us a shout on Twitter / LinkedIn.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published