Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spookyuser/ionia
so i had this idea...
https://github.com/spookyuser/ionia
django proud-of website
Last synced: 18 days 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-20T15:44:01.000Z (about 2 years ago)
- Last Synced: 2024-12-15T22:44:07.893Z (19 days ago)
- Topics: django, proud-of, website
- Language: Python
- Homepage: https://ionia.fyi
- Size: 126 KB
- Stars: 1
- Watchers: 3
- 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)