Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fallball

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fallball

Fallball file sharing service available by REST api.

  • 1.12.0
  • PyPI
  • Socket score

Maintainers
2

FallBall Service (backend)

Build Status PyPi Status codecov

Overview

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

Manual Deploy

  1. Create application database:
    python manage.py migrate
    
  2. 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>
    

Deploy into docker container

  1. Run docker-compose:
    docker-compose up
    
  2. Run kickstart script:
    docker exec -it fallballapp bash kickstart.sh
    

Admin token: d8cc06c05a6cd5d5b6156fd2eb963a6f1fdd039c

Tests

To run tests simply execute the following command:

python manage.py test fallballapp.tests

API Reference

In order to explore API description follow to apiary page

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc