https://github.com/tungbq/node-jwt-postgresql
https://github.com/tungbq/node-jwt-postgresql
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tungbq/node-jwt-postgresql
- Owner: tungbq
- Created: 2021-10-14T15:29:20.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-16T10:59:51.000Z (almost 4 years ago)
- Last Synced: 2025-04-06T05:57:41.034Z (6 months ago)
- Language: JavaScript
- Size: 73.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`