Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 267 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 267 Bytes

Hapi JS + Sequelize

This is a simple project that uses Hapi JS as a web server and sequelize as an ORM.

Prequisites

  • Node 18
  • PostgreSQL - with RCR database migrations run, modify .env file

Installation

npm i

Run the project

npm start