8000 GitHub - xchsp/flask-tweeeter: A full-stack Twitter clone made using the Flask framework for Python 🐦
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

xchsp/flask-tweeeter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 🐦

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0