mirror of
https://github.com/Xevion/runnerspace.git
synced 2025-12-10 06:08:29 -06:00
30 lines
405 B
Markdown
30 lines
405 B
Markdown
# runnerspace
|
|
|
|
A retro myspace clone for UTSA students.
|
|
|
|
## About
|
|
|
|
Made during Rowdy Hacks 2022, this myspace look-a-like was quickly made with intentions of serving
|
|
the UTSA student community.
|
|
|
|
## Tech Stack
|
|
|
|
- Flask
|
|
- Jinja Templating
|
|
- SQLAlchemy + SQLite
|
|
- Sass
|
|
- Font Awesome Icons
|
|
- Other
|
|
- Humanize
|
|
- Faker
|
|
|
|
# Setup
|
|
|
|
Use Python 3.8.
|
|
|
|
```bash
|
|
pip install pipenv
|
|
pipenv install
|
|
flask run
|
|
```
|