Skip to content

Seed country, State, City in mongodb through express and mongoose

Notifications You must be signed in to change notification settings

mkmms/country_state_city_mongo_db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

country_state_city_mongo_db

Seed country, State, City in mongodb through express and mongoose

once cloned do the following

cd your directory

npm install

node

var seeder = require('./index')

then run methods one by one

seeder.saveCountries()

seeder.saveStates()

seeder.saveCities()

About

Seed country, State, City in mongodb through express and mongoose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published