https://github.com/luizanao/pyforum
Sample forum project using Python,Pyramid and Mongdb
https://github.com/luizanao/pyforum
hackoberfest2020 legacy-code pyramid python
Last synced: 11 months ago
JSON representation
Sample forum project using Python,Pyramid and Mongdb
- Host: GitHub
- URL: https://github.com/luizanao/pyforum
- Owner: luizanao
- Created: 2013-11-10T07:45:21.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-09-16T17:40:18.000Z (over 3 years ago)
- Last Synced: 2025-02-18T01:21:48.553Z (about 1 year ago)
- Topics: hackoberfest2020, legacy-code, pyramid, python
- Language: Python
- Homepage:
- Size: 514 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.txt
Awesome Lists containing this project
README
PyForum
Micro forum sample application using Pyramid, Bootstrap 3 and MongoDb.
Code produced in 2013 by a learner, so take it easy!

### How to run:
It's recommented using a virtual environment of your preference, and install the project.
```bash
python setup install
```
Get your databse up and running:
```bash
mkdir ~/data
sudo docker run -d -p 27017:27017 -v ~/data:/data/db mongo
```
and finally:
```bash
pserve development.ini
>> Starting server in PID 65819.
>> serving on http://0.0.0.0:6543
```
### Powered by:
- Pyramid - http://docs.pylonsproject.org/en/latest/
- Mongodb - http://www.mongodb.org/
- Bootstrap - http://getbootstrap.com
### Planned but never gonna happen
- Add up|down votes to answers
- social-auths(github) logins