DEV Community

Debashish Palit
Debashish Palit

Posted on

Starting to code the Blogfinder app

I decided to take the plunge and code a web-app for the hackathon. I started a couple of days ago with a blog aggregator app. The aim of the app is to attract viewership for personal blogs. Users of the site can submit summaries of their blog posts and they will appear on the site for all to see. The site is also a social platform where users can follow each other and like each other.

Tech stack - Quart (Python), Vue and Bulma
Database - Postgresql

So far I have built the route to view all posts and set up the database models.

I have decided to develop with Docker using VS Code's Remote Containers extension.

Top comments (0)