Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 460 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 460 Bytes

IMDB like Movie DataBase Terminal App

Local Development

python3 -m venv env
source env/bin/activate
pip install -r requirements.txt

Load JSON

mkdir mongo_data
mongod --port 27017 --dbpath ./mongo_data &

In another terminal,

python load-json.py

SSH Stuff on the Server

If i'm working on the lab machines, I'll have to make sure ssh is working.

eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_github