OjeshManandhar / geographic-data

Geographic data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Geographic data

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:
    1. continents and currencies
    2. countries
    3. states / flags / languages

Some of the sources are

About

Geographic data


Languages

Language:TypeScript 99.3%Language:Shell 0.7%