This is a Sample project Web App created for Interview Street.
- Python 2.7+
- Flask 0.8+
- Navigate to folder, and type "python main.py" at CMD prompt.
- Open web browser and point to "http://localhost:5000".
- 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.