Skip to content

Commit

Permalink
added mongo db prereqs
Browse files Browse the repository at this point in the history
  • Loading branch information
bryngo committed Oct 13, 2018
1 parent 238e6b5 commit 7654ecd
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7654ecd

Please sign in to comment.