/video-project_63CN

pyramid framework + MongoDB project

Primary LanguagePython

video-project

Pyramid framework + MongoDB project

To run this project you'll need:

Python 3.7

MongoDB

Pip

Requirements (python Libraries):

pymongo

pyramid

pyramid-jinja2

to install the python dependencies run:

pip install -r requirements.txt

or you can do it manually

After it's installed, to run the project:

cd video-project
pserve development.ini

if this is unsucessfull try this and run again:

python ./setup.py develop