неделя, 23 януари 2022 г.

[Tasks]Project Structure & Video Demo

 

Hey guys (and girls maybe, why not?), this is the second post dedicated to my project management system. After the quick overview I will dive deeper in the project structure aaaand I will also upload a video demonstrating Tasks' core functionalities.

1. Project files and folders

 Folder structure is represented on the printscreen below and shows all main folders:

неделя, 2 януари 2022 г.

[Tasks] Project Management App - Quick Overview

 

Flask
    Hey there, here's the most complex full-stack project I've built so far - as the name suggests this is a project management app programmed with Flask and Bootstrap 5.0 + some minor CSS tweaks. Please keep in mind this isn't a professionally built system but a learning project of a newbie who wants to learn Python, Flask and full stack web development. There are (probably) a lot of things to be optimized in my code and the front-end design could be much prettier, however, this could be used as a part of other people's projects and eventually help other learners like me. That's why I am sharing my project code, folders + files for free, everything can be downloaded from this Google Drive folder. In some of my next posts I will describe the entire project structure and will make a short video showing app's functionalities. If you're impatient and want to explore the system on your own - run dev.py and go to 127.0.0.1:5000 in your browser (assuming you already have Python/Flask/Flask-SQLAlchemy installed on your PC).