Skip to content

joshcoventry/joshcoventry.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Site

This is my personal website built using Python Flask and MongoDB Community database.

Tech Stack

  • Backend: Python Flask
  • Database: MongoDB Community

Features

  • Dynamic content served with Flask
  • Data storage and retrieval using MongoDB (for SEO metadata, blog posts)

Setup

  1. Clone the repository.
  2. Install dependencies:
    pip install flask pymongo
    
  3. Start MongoDB Community database.
  4. Set MONGODB_URI and COLLECTION_NAME in .env
  5. Run the Flask app:
    python app.py
    

License

This project is licensed under the MIT License.

About

My personal website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published