An open API service indexing awesome lists of open source software.

https://github.com/tungbq/node-jwt-postgresql


https://github.com/tungbq/node-jwt-postgresql

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# node-jwt-postgresql
## To work with JWT authentication and postgresSQL (using sequelize)
## To implement API tests using mocha and chai
# Bring up postgres
`docker compose up`
# To start
`npm run dev`

# To run test
`npm run test`