Sample forum project using Python,Pyramid and Mongdb
Micro forum sample application using Pyramid, Bootstrap 3 and MongoDb.
Code produced in 2013 by a learner, so take it easy!
It’s recommented using a virtual environment of your preference, and install the project.
python setup install
Get your databse up and running:
mkdir ~/data
sudo docker run -d -p 27017:27017 -v ~/data:/data/db mongo
and finally:
pserve development.ini
>> Starting server in PID 65819.
>> serving on http://0.0.0.0:6543