This is my personal website built using Python Flask and MongoDB Community database.
- Backend: Python Flask
- Database: MongoDB Community
- Dynamic content served with Flask
- Data storage and retrieval using MongoDB (for SEO metadata, blog posts)
- Clone the repository.
- Install dependencies:
pip install flask pymongo
- Start MongoDB Community database.
- Set
MONGODB_URI
andCOLLECTION_NAME
in .env - Run the Flask app:
python app.py
This project is licensed under the MIT License.