Skip to content

born-champ/thoughts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Thoughts

A django based web Application to post your thoughts online while being anonymous.

Tech used:

  • Python
  • HTML

How to run:

  • 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 **

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published