qtchaos / voudoo

πŸŽ΅πŸ‘©β€πŸ’» Website made using Flask and Bootstrap for a personal project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Voudoo Β· License CodeQL Website Security CodeFactor Open Source

Voudoo is a website that I made for a personal project.

  • Less is more: Uses Jinja for templating, allowing you to have less code overall.
  • Fast for the user: Uses Flask, a Python Web Framework for Server Side Rendering.

Installation

This assumes you already have Git and Python installed.

git clone https://github.com/qtchaos/voudoo.git
cd voudoo
pip install -r requirements.txt

Development run command: python -m flask run

Production run command: gunicorn --worker-tmp-dir /dev/shm app:app

License

This project uses the GNU General Public License v3.0, these are the conditions:

  • Disclose source: Source code must be made available when the licensed material is distributed.
  • License and copyright notice: A copy of the license and copyright notice must be included with the licensed material.
  • Same license: Modifications must be released under the same license when distributing the licensed material. In some cases a similar or related license may be used.
  • State changes: Changes made to the licensed material must be documented.

About

πŸŽ΅πŸ‘©β€πŸ’» Website made using Flask and Bootstrap for a personal project.

License:GNU General Public License v3.0


Languages

Language:HTML 66.1%Language:CSS 26.3%Language:Python 7.6%