Skip to content

Repository files navigation

Node App, MongoDB, Cocktail Recipes Based off Ingredients w/ Autocomplete

Tutorial

Docker compose : NodeJS with MongoDB

start mongodb container first (not sure why this is needed but won't connect otherwise)

docker-compose up -d

docker exec -it <mongodb> bash

Move recipes.json into /data folder within the container

Run mongoimport --db recipes --collection cocktails --drop --file recipes.json --jsonArray

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages