Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.08 KB

README.md

File metadata and controls

24 lines (15 loc) · 1.08 KB

CircleCi codecov

ValidateRSs

Vince live mix website

Migration

During development, it requires to have the postgres container running but normally the make command will to it for you

Generate modification

Use the following command to generate the modification, it will run the command inside th container with the right TYPEORM credentials.

Name the change using the MIGRATION_NAME arg

make migrate-generate MIGRATION_NAME=NAME_IT

Architecture

At beginning everything was managed inside a personal VPS but it was expensive. I decided to move to fly.io for the backend part and vercel for the front but it creates latencies... Will think about a new approach with 0 cost :)