/privacychurch

🔐 This website is about all things related to privacy like software, hardware, or.... it could be anything.

Primary LanguageHTML

You are being watched. Private and state-sponsored organizations are monitoring and recording your online activities. PrivacyChurch provides services, tools and knowledge to protect your privacy against global mass surveillance.

𝙀𝙣𝙘𝙧𝙮𝙥𝙩𝙞𝙤𝙣 𝘼𝙜𝙖𝙞𝙣𝙨𝙩 𝙂𝙡𝙤𝙗𝙖𝙡 𝙈𝙖𝙨𝙨 𝙎𝙪𝙧𝙫𝙚𝙞𝙡𝙡𝙖𝙣𝙘𝙚.

Developing

Contributions Welcome

GitHub Pipenv locked Python version

PyPI - Django Version

  1. Install the latest stable version of Python 3.7
  2. Install the required dependencies:
    • pip install -r requirements.txt
  3. Build the website (Migrate):
    • python manage.py makemigrations && python manage.py migrate
  4. Create Superuser to manage Admin Dashboard:
    • python manage.py createsuperuser
  5. Serve the website locally with live reloading:
    • python manage.py runserver

TO-DO

  • Add Search Functionality
  • Implement SPA
  • Make It Look Little Bit Nicer!
  • Comment section?