This repo contains data about countries, states, timezone, continents, currencies, flags and phone number codes.
- src/sources folder has all the data I collected from online sources
- src/index file creates the generated and seedable files
- src/generated folder has files that I combined using the data from sources
- src/seedable folder has the data that should be read to be seeded. Check the prisma schema for the table definitions. Seed in the following order:
- continents and currencies
- countries
- states / flags / languages