Skip to content

maxrevilo/barachiel-server

Repository files navigation

Barachiel's Server

How to

Clone the repo:

$ git clone git@github.com:maxrevilo/barachiel-server.git

Clone submodules:

$ git submodule init
$ git submodule update

Install dependencies:

$ pip install -r requirements.txt

Finally, create the local settings file from the template:

$ cp barachiel/settings/dev.py.dist barachiel/settings/dev.py

Development

Initial Deploy

First configure Heroku and create a remote to de app.

git push [heroku-remote] master
heroku run python manage.py syncdb --all
heroku run python manage.py migrate --fake

Endpoints

https://www.getpostman.com/collections/34aa7e80c34fb254bdc7

Testing

To run the http server:

$ python -Wall manage.py test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published