This is a website to function as a blog:
-
Login
-
Create and Edit a account
- possible to add a profile picture
-
Completed crud to Posts
- Have python installed on your computer
On this website, the backend was made using Flask.
flask a web framework, it’s a Python module that lets you develop web applications easily. It’s has a small and easy-to-extend core: it’s a microframework that doesn’t include an ORM (Object Relational Manager) or such features.
The programming languages used were HTML and CSS. Furthermore to assist in the development, the open-source bootstrap framework was used
- Make this site responsive