https://github.com/spookyuser/ionia
so i had this idea...
https://github.com/spookyuser/ionia
django proud-of website
Last synced: about 1 month ago
JSON representation
so i had this idea...
- Host: GitHub
- URL: https://github.com/spookyuser/ionia
- Owner: spookyuser
- Created: 2018-11-04T18:07:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-20T15:44:01.000Z (over 3 years ago)
- Last Synced: 2026-02-06T19:29:24.331Z (4 months ago)
- Topics: django, proud-of, website
- Language: Python
- Homepage: https://ionia.fyi
- Size: 126 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ionia
so i had this idea...
## what
a website i think i would like to use
^^ This is what it used to look like, was supposed to be like if reddit and twitter had a baby
## how
using Django, I tried in node but I realised I was slowly rebuilding Django
## prerequisites
- [Python(3.7)](https://www.python.org/) is installed
- [Pipenv](https://pipenv.readthedocs.io/en/latest/) is installed
## installing
1. clone the repo
2. `$ cd ionia`
3. `$ pipenv install`
## running
To run locally all you need is:
```bash
pipenv shell
python manage.py runserver
```
## deploying
at the moment, ionia is deployed using heroku for the webserver and s3 for storing avatars, to deploy it in the current state you need a heroku dyno with postgres, memcache (for cachalot) and redis (for session storage), you'll also need an s3 bucket for the avatars
## versioning
semver
## authors
[spookyUnknownUser](https://github.com/spookyUnknownUser)