Skip to content

dsnair/expressJS-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •