Skip to content

joshuanianji/TerminalIMDB

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published