928VE980
The hidden secrets
The problem 928VE980 solves
the site consists of two parts: Confession Page and Meme Bazar. The first part is used as a confession portal to confess your hidden secrets anonymously without the risk of being exposed. It replaces third party sites for confessions. The confessions are stored using sqlite DBMS. The second part is a Meme Part. Here, you can see new, fresh memes daily. This part fetches memes directly from Reddit so it refreshed every second. The backend for this site has been done in Golang and Gin framework so it is blazing fast.
Challenges we ran into
the major issue we ran into was to recieve data from confession form to backend and store it in dbms. we solved it by creating a separate POST router. The second issue was to fetch memes from reddit. we solved it by making a GET request to APIs
Technologies used
