Third Week of Internship
On the third week, we are supposed to use PostgreSQL as a database to connect to our blogsite. This is considered as back-end programming. This is still new territory for me so the learning curve is very steep, but I've been trying my best to make it succeed. The supervisor has been very helpful by sending us Youtube tutorials on how to connect to the database and make this function works. But unfortunately the tutorial on Youtube uses different type of database, so I have to find a way make it work with PostgreSQL.
The Image below is how I try to do the connection from
the blogsite to the database in Visual Studio Code
The Image below is the structure of the database,
with all its tables such as users, posts, comments and messages
The Image below shows how the blogsite is supposed to function when a user tries to make a post. They can write the title, the content and then publish it.
Comments
Post a Comment