victorgrubio-mentorships / abdul-mentorcruise-project

Repo for Abdul Mentorship Project for Mentorcruise mentorships
GNU Affero General Public License v3.0
0 stars 0 forks source link

Issue 2: API Project Setup and Initial Configuration #19

Open victorgrubio opened 9 months ago

victorgrubio commented 9 months ago

What: Setup the initial project structure including the required backend framework and dependencies. Prepare the development environment and establish the foundation for implementing the fanzone application backend.

Requirements:

victorgrubio commented 7 months ago

Flask user-guide: https://flask.palletsprojects.com/en/3.0.x/#user-s-guide Flask sqlalchemy: https://flask-sqlalchemy.palletsprojects.com/en/3.1.x/ Flask blueprints: https://flask.palletsprojects.com/en/3.0.x/blueprints/ Flask migrate: https://flask-migrate.readthedocs.io/en/latest/

ametial commented 7 months ago

As discussed:

Here are a few questions before our next session on Monday:

So more or less, I would like to have a full understanding of the big picture or a solid control over each piece of the puzzle, because I am having trouble with the basics. I feel like once the basics are cleared, I would be much more confident with the further development.

I hope I'm making more sense now.

Meanwhile, as I said - i will readh the flask user-guide and actually just Python itself and study cases with API involved I can find on the internet and try to build a small backend myself, If I am able to.

ametial commented 7 months ago

Resources I will use:

https://www.youtube.com/watch?v=0sOvCWFmrtA

Flask user-guide: https://flask.palletsprojects.com/en/3.0.x/#user-s-guide Flask sqlalchemy: https://flask-sqlalchemy.palletsprojects.com/en/3.1.x/ Flask blueprints: https://flask.palletsprojects.com/en/3.0.x/blueprints/ Flask migrate: https://flask-migrate.readthedocs.io/en/latest/