Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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...

Awesome Lists containing this project

README

        





ionia


so i had this idea...

## what
a website i think i would like to use

image

^^ 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)