Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 503 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 503 Bytes

Latin American Political History Map

This project is a visual timeline of the political history of Latin America.

Running project

  • Develop locally with npm run dev

Database

  • Make sure the database string in .env.example is updated
    • Ex: Railway > Project > Variable > DATABASE_URL

Prisma

Update Data

  • View it locally with npm run db:studio
  • Fully delete and repopulate data with npm run db:reset

Prisma Commands

  • migrate: npx prisma migrate dev --name ${NAME}