Pranay144 / flask-tweeeter

A full-stack Twitter clone made using the Flask framework for Python 🐦

Home Page:http://nadavram.pythonanywhere.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flask-tweeeter

A full-stack Twitter clone made using the Flask framework for Python 🐦


A beginner project using the following stack:

  • Python
  • Flask
  • SQLAlchemy (ORM)
  • Flask Migrate
  • Sha_256 (PASSWORD HASHING)
  • WTForms (REGISTRATION FORMS)
  • Bulma CSS framework

image


Tweeeter Installation

First clone mapnik from github

git clone https://github.com/nadav-ram/flask-tweeeter.git
cd flask-tweeeter

To create a virtualenv:

pip install virtualenv
virtualenv <choose an env name>

To use the env on Unix:

source <env name>/bin/activate

To use the env on Windows:

source <env name>/Scripts/activate

Install the requirements:

pip install -r requirements.txt

To run the app make sure you have python 3.7.2 or greater.


To run the app on Unix:

cd flaskapp && python3 app.py

To run the app on Windows:

cd flaskapp && python app.py

Now open you browser to localhost:5000 and try it out :)

About

A full-stack Twitter clone made using the Flask framework for Python 🐦

http://nadavram.pythonanywhere.com/

License:GNU General Public License v2.0


Languages

Language:HTML 58.9%Language:Python 40.0%Language:Mako 1.1%