Skip to content

Scoutski/postgres-express-example

Repository files navigation

postgres-express-example

Build Status Coverage Status

📙 Description

Simple postgres + express example application for a todo list like API.

🔧 Setup

  • Start by creating the postgres database by running: createdb todo-example.
  • Run the database migration(s) by running:
    • sequelize db:migrate

💡 Ideas to extend this app

If you wanted to extend this app and make this application more complex, you could try:

  • Create a List model and make each Todo fall under a specific list, or even multiple lists!
  • Create users and assign each List (or Todos if you didn't want to do the lists) to a user or multiple users.
  • Authenticate the requests to update or delete Todos so that only the user who created it can change it.

About

👔 Simple todo list style example JSON API application using Postgres & Express

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published