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

Additional step about database setup in user guide #27

Open
simyilin opened this issue Jan 11, 2021 · 0 comments
Open

Additional step about database setup in user guide #27

simyilin opened this issue Jan 11, 2021 · 0 comments

Comments

@simyilin
Copy link

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!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant