tsnaik / helth-bot

MIT License
3 stars 3 forks source link

Wip postgres init #32

Closed visajkapadia closed 2 years ago

visajkapadia commented 2 years ago

Added dummy code with Sequelize integration.

Instructions:

  1. Install Postgres on your machine. https://www.sqlshack.com/setting-up-a-postgresql-database-on-mac/

  2. Create testdb (CREATE DATABASE testdb;)

    psql posrgres postgres> create database testdb;

  3. yarn install; yarn start

Postman collection for testing db endpoints locally: https://www.getpostman.com/collections/e5ecc05e48c460002f7c

tsnaik commented 2 years ago

I can't comment on binary files (thanks github), so commenting here instead. do we need .DS_Store file?

visajkapadia commented 2 years ago

I can't comment on binary files (thanks github), so commenting here instead. do we need .DS_Store file?

Yeah that's for finder on mac. will remove it and also add it to .gitignore