Skip to content

dynamisdao/dynamisapp

Repository files navigation

Dynamis

Codeship Status for dynamisdao/dynamisapp

Heroku master branch Build - Heroku Master branch Build

Heroku develop branch Build - Heroku Develop branch Build

Stories in Ready

Installation details are here.

Backend API documentation is here.

Django configuration help is here.

WIKI is here.

Deployment scheme

deployment scheme

Frontend (React)

  • Tests run with npm test
  • Build assets with npm run build
  • Watch/build in development with npm run watch

Backend (Django)

Start server

# Start working in virtualenv (see installation details on how to prepare virtualenv) 
source venv/bin/active

# Start open to the world server on port 8000
python manage.py runserver 0.0.0.0:8000

# Exit virtualenv
deactivate

Run tests

# Start working in virtualenv (see installation details on how to prepare virtualenv) 
source venv/bin/active

cd tests/python

py.test -s 

# Exit virtualenv
deactivate

About

Dynamis - Peer to peer insurance - Using Ethereum to build the next generation of financial apps running on the blockchain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published