Skip to content
This repository has been archived by the owner on May 26, 2019. It is now read-only.

cualbondi/api

Repository files navigation

Cualbondi

wercker status

Coverage Status

Code Climate Codacy Badge

Requirements

  • latest version of Docker and Compose

How to install

Copy and edit our env file

mv .env.example .env && nano .env

Run the containers and buid

docker-compose up --build

Run the migrations

docker-compose exec --rm api python manage.py migrate

Load database from dump

cat dump.sql | docker exec -i api_db_1 sh -c "pg_restore -C -Fc -j8 | psql -U <YOUR_ENV_POSTGRES_USER> <YOUR_ENV_POSTGRES_DB>"

Ready!

Now you can go to http://localhost:8000/ in the browser and enjoy cualbondi api.

To access django's admin interface go to http://localhost:8000/admin/ and login with user admin pass admin

License

Cualbondi software is distributed under GNU AGPLv3. See LICENSE file on directory root.

Developers

  • Julian Perelli
  • Martin Zugnoni
  • Bruno Cascio

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •