https://github.com/xevion/runnerspace
A retro, UTSA-themed MySpace clone made in less than 36 hours during RowdyHacks 2022!
https://github.com/xevion/runnerspace
flask flask-login flask-sqlalchemy flask-wtf flask-wtforms profanity-filtering python railway rowdyhacks rowdyhacks-2022 runnerspace sass
Last synced: 4 months ago
JSON representation
A retro, UTSA-themed MySpace clone made in less than 36 hours during RowdyHacks 2022!
- Host: GitHub
- URL: https://github.com/xevion/runnerspace
- Owner: Xevion
- License: gpl-3.0
- Created: 2022-03-26T21:28:15.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-08T21:06:52.000Z (9 months ago)
- Last Synced: 2024-12-21T17:36:48.911Z (6 months ago)
- Topics: flask, flask-login, flask-sqlalchemy, flask-wtf, flask-wtforms, profanity-filtering, python, railway, rowdyhacks, rowdyhacks-2022, runnerspace, sass
- Language: HTML
- Homepage: https://runnerspace.xevion.dev
- Size: 3.57 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# runnerspace
[![Runnerspace Banner][banner-url]][deployment-url]
Introducing Runnerspace - a retro, UTSA-themed MySpace clone developed as part of the 'Retro' challenge during
RowdyHacks 2022. This project was completed in under 36 hours and has since been further enhanced to serve as a
portfolio project, now hosted on Railway.## About
Our team created a MySpace-inspired platform for the UTSA student community during RowdyHacks 2022. Drawing inspiration
from the popular social media services of its era, we developed the application in just under 24 hours and presented a
fully-functional demo for judging at the event.Despite starting almost 5 hours into the hackathon, we were able to
deliver a polished product that captured the retro essence of MySpace.## Screenshots




## Features
- Accounts
- Signup
- Login/Logout + Remember Me
- Administrative Access
- Profile Editing
- Profile Viewing
- Online and Offline account flags
- Posts
- Post Creation
- Comment posting
- Post Feed + Comment Stats
- AJAX Post Liking System
- Appearance
- Customized to look like MySpace; UTSA themed
- CSS written to be usable on most laptops/desktops
- MySpace-like Theme
- Image used, although text-based logo fallback available
- Misc
- Easy install & setup with `pipenv`
- Hosted on [Railway][deployment-url]!
- Profanity filtering
- Human + Computer Readable Timestamps
- "3 minutes ago" and such...
- Global Header & Footer
- License Page
- About Page
- UTC Timestamped Page Rendering## Tech Stack
- Flask
- Jinja Templating
- SQLAlchemy + SQLite
- Sass
- Font Awesome Icons
- Railway
- Other
- Humanize
- Faker
- `better-profanity`# Development Setup
Developed on Python 3.8.0 - thus we recommend this version specifically.
```bash
pip install pipenv
pipenv install
flask run
```[banner-url]: ./static/runnerspace-banner-slim.png
[deployment-url]: https://runnerspace.xevion.dev/