A safari-themed blog template where you can show off your projects and blog posts!
About Page - information about the MLH Fellowship and an overview of the team that created this template
Projects Page - card view of projects; contains Recursive Rhino's projects now but will be updated as MLH Fellows complete things!
Blog Page - a page to post updates on the MLH fellowship
Contact Page - a form that can be used to contact fellows on this team
Python: either 2.7, 3.5, or later than 3.5
Flask - 2.0.1
Python can be downloaded here.
To install Flask, we recommend using pip, which is automatically installed with any of the python versions above. Install Flask with:
pip install Flask
Flask requires some setup in order to run this project. After cloning this repo, run the following commands in the highest-level project folder:
export FLASK_ENV=development
export FLASK_APP=__init__.py
Restart the terminal before running the following command:
flask run
This template was created by Team 1 of pod 3.3.2 ("Recursive Rhinos") in the MLH Production Fellowship in Summer 2021.
Rahima Adnan
Nimra Shakoor
Jocelyn Heckenkamp
This project was written in HTML and CSS, and it uses a Python Flask server.