Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.77 KB

README.md

File metadata and controls

19 lines (16 loc) · 1.77 KB

Roobaroo

Roobaroo is a blog application that connects people all over the globe. The motto of this application is "let the ideas flow"

About this Application :


1. It is a blog style appication where different users can put up different posts.
2. In this application I made a user management system that will help users to be the part of our application by registering through our registration portal also if a person is already a part of this application he may login by the credentials he provided at registration time.
3. In case user may forgot the password a reset email will be sent to his email provided at the time of reistration.
4. After registering and logging in a user will be provided different options like manage account create post or view other user's post.
5. While managing account user will be provided the facility to upload his profile pic which will automatically resized in order to save space on server.
6. While going to home page he could see other users post and appreciate them by liking & commenting on it.
7. User could also manage the posts i.e update and delete the post that he had posted earlier.

Technologies used:


1. This application is made using Flask framework of python
Flask is a micro framework in python that is used to develope beautiful web applications. It strongly provide support to the backend of applicaiton and hold it at its low phases or in heavy traffic also.

2. This application is provided support by SQLite database to hold the related data like posts or user informations.

3. Front-end or the visual appearance of the application is written in HTML5 which is the heart of world wide web.