cryptosbyte / cryptosbyte.github.io

✍ Cryptos' Blog made with Flask, SQLAlchemy and HTML Jinja2 Syntax

Home Page:https://cryptosbyte.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cryptos' Blog

This is my blog website (which I sadly cannot run currently but maybe in the future) which will contain articles, lifestyle, etc. Feel free to contribute to this project/app by sending a commit. If you'd like to run the server:

First install the packages...
$ python3 -m pip install -r requirements
And then initalise the database...
$ chmod 755 ./db_setup.sh
$ ./db_setup.sh
And run the Flask App
$ gunicorn app:app
$ # Or alternatively
$ python3 app.py

About

✍ Cryptos' Blog made with Flask, SQLAlchemy and HTML Jinja2 Syntax

https://cryptosbyte.github.io/


Languages

Language:HTML 43.8%Language:Python 38.3%Language:CSS 15.1%Language:Shell 2.7%