- Set up environment variables as shown in
vars.sample
. - Create PostgreSQL database.
- Install python dependencies (pip3 and python3 requiered) with:
$ pip install -r requirements/dev.txt
. - Create super user with:
$ ./manage.py createsuperuser
- Access the admin url, default is
/admin/
if not set. - Enjoy :)
- Deployment automation.
- Vagrant environment.
- API.
- Front End Web Client.
- User authentication with Github, Facebook, etc.
Contribute some ;)
MIT