bradf83 / technology-patterns

A repository to hold markdown documentation of patterns for various technologies I explore
MIT License
1 stars 0 forks source link

Investigate building a REST API with Node + Express + PostgreSQL #14

Open bradf83 opened 4 years ago

bradf83 commented 4 years ago

Created a basic Express app from scratch.

bradf83 commented 4 years ago

Added Sequelize ORM, using migrations rather than sync. Rejigged directory structure based on Sequelize CLI defaults. Commit found here

bradf83 commented 4 years ago
bradf83 commented 4 years ago

Came across KOA in my reading. Made by the same people who made Express but a new take on things. Should look into it.

bradf83 commented 4 years ago

Started adding some tests......next time do this at the start bozo. Realized I need to learn more about Babel and Jest.