This is an application built mostly by the GPT-4 LLM based on a system design that was compiled by the Kekoexchange community. The goal of the exercise is to create a system design for a blog.
Subscribe to our System design blog for more details on the hands on approach we take in teaching end to end full stack system design to early and mid-level software engineers.
- Run
python3 -m venv venv
- Run
source venv/bin/activate
- Run
pip install -r requirements.txt
- Run
export FLASK_APP=app.py
- Run
flask run