Learning About using Flask, postgresql and sqlalchemyORM.

On 19/07/2022 I got offered a fullstack developer scholarship nanodegree by ALX-udacity, where we would be building about 4-5 projects before we could graduate. The first project called fyyur, which is a artist-venue platform where artists could find venues, and users can find venues with upcoming shows. I got to learn about modelling a piece of information down to tables and columns , with SQL i.e the Raw SQL, but as I advanced I got to learn how easy flask_sqlalchmyORM abstract the use of RAW SQL. Building fyyur was challenging but I did it. Ready for the next project