Destroying the session to log out a user
Use config/secrets.js for all your web application secrets
Using Connect Session Knex to store session information
Using sessions to authenticate users in an Express application
Retrieving data from two join tables in a REST API
A look at how to create migration files with Knex
Like in many other languages, Python gives us the possibility to create an environment specific for each project we work on. Why is this desirable? If…
How to start designing a database schema with DB Designer
Creating an Express API that returns data from a database
Why and how to seed a database in a REST API application
Creating a middleware function that verifies a JWT token in a web API
Using a loop to print to the console in Javascript