All Projects → nadav-ram → flask-tweeeter

nadav-ram / flask-tweeeter

Licence: GPL-2.0 license
A full-stack Twitter clone made using the Flask framework for Python 🐦

Programming Languages

HTML
75241 projects
python
139335 projects - #7 most used programming language
Mako
254 projects

Projects that are alternatives of or similar to flask-tweeeter

pyramid-cookiecutter-alchemy
[DEPRECATED - Please use https://github.com/pylons/pyramid-cookiecutter-starter instead] A Cookiecutter (project template) for creating a Pyramid project using SQLite for persistent storage, SQLAlchemy for an ORM, Alembic for database migrations, URL dispatch for routing, and Jinja2 for templating.
Stars: ✭ 39 (+39.29%)
Mutual labels:  sqlalchemy, jinja2
Flask movie project
🎬 Flask构建的小花椒视频网站(重新配置 ing……)
Stars: ✭ 15 (-46.43%)
Mutual labels:  jinja2, flask-sqlalchemy
chm-documentation
chm documentation PostgreSQL pgadmin3 SQLAlchemy Django Flask jinja2 webpy doc chm compiled html help Postgres Postgre документация russian
Stars: ✭ 17 (-39.29%)
Mutual labels:  sqlalchemy, jinja2
flaskbooks
A very light social network & RESTful API for sharing books using flask!
Stars: ✭ 19 (-32.14%)
Mutual labels:  sqlalchemy, jinja2
reactant
Generate code for "models, views, and urls" based on Python type annotations. Supports Django REST, SQLAlchemy, Peewee.
Stars: ✭ 14 (-50%)
Mutual labels:  sqlalchemy, jinja2
Flask Sqlalchemy
Adds SQLAlchemy support to Flask
Stars: ✭ 3,658 (+12964.29%)
Mutual labels:  sqlalchemy, flask-sqlalchemy
Resume-Generator
A Resume builder which allows users to build their own custom resumes with details like experience,projects , skills ,education etc. Users can also have the feature to download their resumes . To contribute send PR at development branch from where it will be merged in master once checked.
Stars: ✭ 28 (+0%)
Mutual labels:  sqlalchemy, flask-sqlalchemy
Statik
Multi-purpose static web site generator aimed at developers.
Stars: ✭ 249 (+789.29%)
Mutual labels:  sqlalchemy, jinja2
SQL-for-Data-Analytics
Perform fast and efficient data analysis with the power of SQL
Stars: ✭ 187 (+567.86%)
Mutual labels:  sqlalchemy
pymzn
A Python wrapper for the MiniZinc tool pipeline.
Stars: ✭ 54 (+92.86%)
Mutual labels:  jinja2
vue-pokemon-memory-game
Pokémon Memory Game
Stars: ✭ 48 (+71.43%)
Mutual labels:  bulma
flask-restful-api-template
Template for flask-restful api project
Stars: ✭ 71 (+153.57%)
Mutual labels:  flask-sqlalchemy
d2a
A translator Django into SQLAlchemy.
Stars: ✭ 23 (-17.86%)
Mutual labels:  sqlalchemy
sqlalchemy-utc
SQLAlchemy type to store aware datetime values
Stars: ✭ 87 (+210.71%)
Mutual labels:  sqlalchemy
cmdb
Jerikan: a configuration management system for network teams
Stars: ✭ 141 (+403.57%)
Mutual labels:  jinja2
pelican-alchemy
A ✨ functional, clean, responsive Pelican theme
Stars: ✭ 129 (+360.71%)
Mutual labels:  jinja2
trunx
Super Saiyan React components, son of awesome Bulma, implemented in TypeScript
Stars: ✭ 60 (+114.29%)
Mutual labels:  bulma
futaba
Discord bot for the Programming server
Stars: ✭ 22 (-21.43%)
Mutual labels:  sqlalchemy
mad-migration
Database migration tool for migrate different structured databases.
Stars: ✭ 29 (+3.57%)
Mutual labels:  sqlalchemy
flask-restalchemy
Flask extension to build REST APIs based on SQLAlchemy models
Stars: ✭ 34 (+21.43%)
Mutual labels:  sqlalchemy

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 :)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].