jtekt / meyasubako

A simple web application to gather feedback and opinions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

目安箱

AWS ECR

A simple web application used to gather opinions. Each opinion can be liked, disliked and commented on in similar fashion to StackOverflow. Comments behave like opinions and can receive likes, and comments of their own.

This application is written in TypeScript, built using Bun with ElysiaJS as web framework. Opinions/comments are stored in a PostgreSQL database, interfaced with using the Prisma ORM.

Environment variables

  • DATABASE_URL: The PostgreSQL connection string

About

A simple web application to gather feedback and opinions

License:MIT License


Languages

Language:TypeScript 96.7%Language:Dockerfile 3.3%