A simple pastebin alternative,
I have used Gemini to help me make the UI as I have never used the React framework, there were many changes made by me to the generated code.
A simple pastebin alternative,
I have used Gemini to help me make the UI as I have never used the React framework, there were many changes made by me to the generated code.
I have made a simple and fast pastebin alternative with a Python backend and a good looking shadcn UI.
Updated the frontend.
Changelog:
Log in to leave a comment
Created a nice looking website with a little help of Gemini, for some reason it didnt log around 30 minutes of my work but whatever.
Log in to leave a comment
Made a simple backend in Python, I use SQLite (SQLAlchemy library) for the database, the code automatically creates/uses already existing database on start, hosts the api endpoints like /p/ to create a paste, /p/pid to fetch a paste etc, mounts frontend at / and hosts everything on the same port.
Log in to leave a comment