Skip to content
This repository has been archived by the owner. It is now read-only.
This repository has been archived by the owner. It is now read-only.

Additional step about database setup in user guide #27

@simyilin

Description

@simyilin

Hello! I ran into some errors when following along the tutorial and these were what I did to fix them:

  • Ensuring the database specified in databases.json exists in the local Postgres server (e.g. running 'CREATE DATABASE nodejs-starter-dev' command in psql shell)
  • Adding username and password keys in databases.json
  • Installing Sequelize CLI and applying migrations to create the 'Users' table (https://sequelize.org/master/manual/migrations.html)

I'm not sure if it was just me missing something but it feels like the guide might benefit from an additional step about database setup.
Would appreciate any thoughts on this. Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions