Skip to content

My simple and self educational Flask (Python) based bookmarks and RSS feeds app.

Notifications You must be signed in to change notification settings

plastboks/Flaskmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

391 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flaskmarks

My simple (and self educational) Flask & SQLAlchemy based bookmark and RSS feed app.

Features

"Flaskmarks" is a bookmark managing application. Its purpose is to be a all-in-one bookmark and RSS feed repository. Storing all bookmarks and RSS feeds in one place and make them accessible from all platforms and devices. This is by no means an original idea, but this is an interpretation of the problem.

Install

  • Create and activate a python virtualenv.
  • make a copy of config.py.example to config.py and edit accordingly.
  • run: pip install -r requirements.txt.
  • run: python run.py db init
  • run: python run.py db migrate
  • run: python run.py db upgrade
  • run: python run.py runserver

Ubuntu

Installing this app on a Ubuntu server may take a little more effort than pip install -r requirements.txt. On some systems the following packages need to be installed:

  • run: sudo apt-get install python-virtualenv python2.7-dev build-essential

Upgrade

  • run: python run.py db migrate
  • run: python run.py db upgrade

Package updates

  • run: pip install --upgrade -r requirements.txt

Simple deployment with nginx

  • edit and install examples/flaskmarks.nginx.example
  • run: python run.py runserver -p 5001

Branches

There will at any given point be at least two branches in this repository. One master (stable) branch, and one develop branch. The develop branch might contain unfinished code and/or wonky solutions. I will strive to make sure that code merged into master is as stable as possible (given the small size of this application).

Useful Links

About

My simple and self educational Flask (Python) based bookmarks and RSS feeds app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •