Open idkjs opened 4 years ago
Hey there! I'm sorry about the mess, I never finished the setup a bit. I had some WIP in my machine and I forgot to push! 😅
If you want to give it a try still try running this branch instead https://github.com/fakenickels/reweb-graphql-fullstack/tree/feature/postgres
The migrations code is not finished yet, but as you already created the table in the database it won't be necessary to get it running
Tried running this project.
Got the following error:
I cant say
docker
is running. Running thedocker
command doesnt seem to work.I tried again without docker and get the same result. See -> https://github.com/idkjs/reweb-graphql-fullstack.
Create A Table
Run
psql -U reweb -W rewebdb -f sql/app_users_table.sql
Seed DB
Run
psql -U reweb -W rewebdb -f sql/seed_users.sql
Keep getting that
pgsql
error inUsers.re
Thanks for any guidance.