Closed visajkapadia closed 2 years ago
I can't comment on binary files (thanks github), so commenting here instead. do we need .DS_Store
file?
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
Added dummy code with Sequelize integration.
Instructions:
Install Postgres on your machine. https://www.sqlshack.com/setting-up-a-postgresql-database-on-mac/
Create testdb (CREATE DATABASE testdb;)
yarn install; yarn start
Postman collection for testing db endpoints locally: https://www.getpostman.com/collections/e5ecc05e48c460002f7c