Skip to content

Instantly share code, notes, and snippets.

View masmerino13's full-sized avatar
💭
Playing hard

Ricardo Merino masmerino13

💭
Playing hard
View GitHub Profile
const { Genre } = require("./models/genre");
const { Movie } = require("./models/movie");
const mongoose = require("mongoose");
const config = require("config");
const data = [
{
name: "Comedy",
movies: [
{ title: "Airplane", numberInStock: 5, dailyRentalRate: 2 },
@masmerino13
masmerino13 / cities_el_salvador.json
Created February 28, 2019 22:01 — forked from cesaramirez/cities_el_salvador.json
Cities of El Salvador 🇸🇻
[
{ "state": "Ahuachapan", "city": "Ahuachapán" },
{ "state": "Ahuachapan", "city": "Apaneca" },
{ "state": "Ahuachapan", "city": "Atiquizaya" },
{ "state": "Ahuachapan", "city": "Concepción de Ataco" },
{ "state": "Ahuachapan", "city": "El Refugio" },
{ "state": "Ahuachapan", "city": "Guaymango" },
{ "state": "Ahuachapan", "city": "Jujutla" },
{ "state": "Ahuachapan", "city": "San Francisco Menéndez" },
{ "state": "Ahuachapan", "city": "San Lorenzo" },
@masmerino13
masmerino13 / subdivisions_of_el_Salvador.json
Created February 28, 2019 22:01 — forked from ricardoerl/subdivisions_of_el_Salvador.json
Departments and municipalities of El Salvador.
{
"Ahuachapán": [
"Ahuachapán",
"Jujutla",
"Atiquizaya",
"Concepción de Ataco",
"El Refugio",
"Guaymango",
"Apaneca",
"San Francisco Menéndez",