Welcome to my backend development repository! This collection gathers both completed and in-progress Python projects I've created during my learning journey. It’s a mix of exercises, challenges, and real-world applications built with tools like Flask and Django.
This repo is part of my portfolio and personal archive as I continue improving my backend development skills.
This repository contains:
- Finished backend projects for practice and portfolio.
- Unfinished or experimental scripts.
- Backend-focused learning exercises.
Each project is organized in its own folder, with a README.md where needed.
Technologies and tools used include:
- Python 3.x
- Flask (basic projects)
- Django (in progress)
- SQLite / PostgreSQL
- REST APIs (learning phase)
- Git & GitHub
| Project Name | Status | Description |
|---|---|---|
simple-api-flask/ |
Completed | Basic REST API using Flask |
todo-django/ |
In Progress | Task manager built with Django |
weather-cli/ |
Completed | Command-line tool for weather API |
calculator/ |
Completed | Simple calculator using OOP in Python |
auth-app/ |
In Progress | Auth system with registration & login |
data-scripts/ |
In Progress | Various data parsing and processing scripts |
| ...more coming soon... |
- Clone the repository
git clone https://github.com/jessykalanga/backend-projects.git cd backend-projects