Sixth & Final Week of Internship

Last Week I mentioned about the usage of Content Management System, ButterCMS that was recommended by the company. This week we had to change to another CMS, strAPI, a Headless CMS. StrAPI is better then ButterCMS because it uses a local database, postgreSQL. Local database are much more secure and have lower latency, according to the company. Below are the images of this week's work. In the back-end side for this project, we have to download the strAPI plugins first before we can use it. After installing strAPI in the back-end, we have to connect it to the postgreSQL database. The postgreSQL database needs be run on pgAdmin4 and we have to create a database name, for example, 'blogdb'. After the connection is successful, we type in " yarn develop " in the command line and an admin interface will pop up. In this admin interface user can manage the front-end of the blog. From this page we can add newer blog post into the front-end of the blogsite. I will now demons...