A django based web Application to post your thoughts online while being anonymous.
- Python
- HTML
- Make python virtual environment
virtualenv [envname]
- Make virtual environment active and install requirements
source [envname]/bin/activate
pip install -r requirements.txt
- Run server on the localhost.
python manage.py runserver
- Now you will be able to access the webapp at localhost:8000
** Our work is still under progress **