BOILERPLATE-JWT-SEQUELIZE-POSTGRESQL

Saving your time. 🚀

Getting Started

  • Clone this repo
  • $ run yarn on root folder
  • $ setup your network params
  • $ yarn start

It may start the whole devlopment environment.

Network params:

  • Add the following settings to a .env:
JWT_SECRET=awesomesecret

DB_HOST=locahost
DB_PORT=5432
DB_USERNAME=username
DB_PASSWORD=123456
DB_NAME=dbname

Built With

  • NodeJS - Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine.
  • JWT - JWT.IO allows you to decode, verify and generate JWT.
  • Sequelize - Sequelize is a promise-based Node.js ORM for Postgres, MySQL, MariaDB, SQLite and Microsoft SQL Server. It features solid transaction support, relations, eager and lazy loading, read replication and more.