This is question and answer app trying to explore complicated database schema and find unique functionalities. Preliminary system design on schema, read and write efficiency and data storage considerations over estimated number of users and application durations. Attempted Implementations of search algorithm that is compatible for the functionality of the App, i.e. topics and key words semantically. Both docker container based and Heroku dyno based deployment on Heroku are presented.
This is a React, node express project with postgres database. Both frontend and backend are hosted on heroku , and I am using heroku postgresdb extension for the database. I have also made a similar project with this API but only using Angular.
The nodejs project using Sequelize, a promise-based Node.js ORM with Postgres. Have some CRUD operations to handle quotes array in my Heroku PostGreSQL cloud database. The client side project name is baharesquotes.
BiblioBin is a book review web app developed using Flask and SQL. You can search for books, leave reviews for individual books, and see the reviews made by other people.