Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 465 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 465 Bytes

secure-rest-api-nodejs

The code for Creating Secure REST APIs in Node.js without JWTs.

Setup

It doesn't work with Node.js 12 yet.

npm install

Start a PostgreSQL instance on port 5432. Create a database named secure_rest_api_nodejs, adjust the connection settings in config/default.yml.

Start the application:

npm start

Play with the server at localhost:5544.