dsnair / expressJS-examples

Express + postgreSQL backend server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Topics

  • Database

    • migrations and seeds with postgreSQL
    • seeding data with faker.js
    • table relationships: many-to-many, one-to-many
  • Express

    • CRUD with SQL
    • routes
    • middleware
    • authentication
      • hashing passwords with bcrypt.js for signup and login
      • using cookies to persist logged-in user session in DB (so they don't have to login again)
      • protected routes

About

Express + postgreSQL backend server


Languages

Language:JavaScript 96.0%Language:Shell 4.0%