FallBall is the best in class file sharing service that offers cloud storage and file synchronization for small and medium businesses (SMBs) worldwide. This dummy service helps developers to learn APS Connect technology
- Create application database:
python manage.py migrate
- In order to run server you need to execute the following command from the root folder of the project:
python manage.py runserver <host_name>:<port>
- Run docker-compose:
docker-compose up
- Run kickstart script:
docker exec -it fallballapp bash kickstart.sh
Admin token:
d8cc06c05a6cd5d5b6156fd2eb963a6f1fdd039c
To run tests simply execute the following command:
python manage.py test fallballapp.tests
In order to explore API description follow to apiary page