Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 528 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 528 Bytes

Bookmark-Manager

This is a Sample project Web App created for Interview Street.

Prerequisites

  • Python 2.7+
  • Flask 0.8+

Run Instructions

  1. Navigate to folder, and type "python main.py" at CMD prompt.
  2. Open web browser and point to "http://localhost:5000".

Features

v1.0

  • Has single template. Does not support multi-user login.
  • No persistance of data. Currently, all data is stored live in memory.
  • Can add new Bookmark entries. Can search based on tags.