Open richbm10 opened 2 months ago
@richbm10 is attempting to deploy a commit to the Cursive Team on Vercel.
A member of the Team first needs to authorize it.
@RiverRuby I've prepared this contribution as a small initial enhancement based on the local environment setup our team has followed in the PSE Core Program of Costa Rica. Please let me know if it brings value and if helps to keep a standard local setup.
Description
Add docker-compose.yml for easier local PostgreSQL database setup locally and leverage a Makefile for shorter make commands to run the project.
QA Instructions
make start-db
make install-dependencies
make init-db
make generate-orm
make start
Evidence