From 7654ecd92b25f19d0c47e5195bc022de228eaf7c Mon Sep 17 00:00:00 2001 From: Bryan Ngo Date: Sat, 13 Oct 2018 12:56:23 -0700 Subject: [PATCH] added mongo db prereqs --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 919688c..40db608 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,21 @@ # My Personal Website [![Build Status](https://travis-ci.org/bryngo/PersonalSite.svg?branch=master)](https://travis-ci.org/bryngo/PersonalSite) + +## Running Locally +This source code assumes a couple things +- You have a mongo database named `Lightning` + - To get this set up, run `use Lightning` from the mongo CLI +- You have the followings collections in mongo + - `accounts` + - `anime` + - `anime_ep` + - `chest` + - `vairables` + - `wallposts` + +Each of the collections can be created by typing `db.createCollection({'NAME'})`. Be sure you are using the `Lightning` database. + ## Tech Stack ### Client Side - HTML/CSS/JS