Welcome, to your home on the internet.
This project was built for the IrvineHacks 2024 hackathon and was built in 48 hours
In our modern era of the web, most social functionality has been consolidated into a few major sites. Text on X, images on Instagram, video on YouTube. PetrPages beings a new approach to your social expression online -- a single platform where you can define your own style, content, and personality.
Each user gets their own page to customize with text and images, and more formats can be supported soon. No posts, no feed, no followers. Just you and what you want to put out there -- all on your PetrPage.
Python and FastAPI for backend
React and Chakra UI for frontend
SQLite3 for database queries in Python
pip install fastapi
pip install uvicorn
pip install pydantic
npm install lodash
yarn add @editorjs/header
npm i @editorjs/editorjs --save
yarn add @editorjs/simple-image
yarn add @editorjs/list
yarn add @editorjs/raw
yarn add @editorjs/paragraph
uvicorn endpoints:app --reload
npm start