A simple flask server app that can be used to serve a homepage in the local machine(localhost). Simple project to review flask knowledge. It uses sqlite to store links locally. It is more like a local bookmark database. This is just a demo project to practise writting a basic python web application.
git clone https://github.com/fazillatheef/homepage.git
Set environment variables
export SQLALCHEMY_DATABASE_URI=sqlite:///database.db
export FLASK_DEBUG=true
flask run
Then open localhost:5000 in the browser.
Tip: Add the command in Windows scheduler to start the program after logging in
To do
- Add sqlite database to store the links [done]
a. Card
b. Links
c. Shortcut [not done]
d. Images [not done] - Implement Ajax for add and remove links [Removed]
- Image upload for shortcuts
- Implement Ajax for new cards [Removed]
- Alignments and change colors
- Config page a. to add weather api keys and location details b. Search engines c. Personal link