Safeshare Explained

Aranya Dutta • 23 December 2025

SafeShare is a secure file-sharing and access control system that allows users to upload, manage, and share files safely. It features role-based access, audit logging, and a REST API for integration and management.

Features

Installation

  1. Clone the repository:

    git clone https://github.com/thisizaro/safeshare_backend.git
    cd safeshare
    
  2. Set up environment variables in a .env file.
  3. Build and run Docker containers:

    docker-compose up --build
    
  4. Access the API at http://localhost:8000/docs.

Usage

Documentation

Contributing

  1. Fork the repository.
  2. Create a new branch for your feature or bugfix.
  3. Commit changes with clear messages.
  4. Push the branch and create a pull request.

License

This project is licensed under the MIT License.

Contact

Developer: Aranya Dutta (thisizaro) Email: [thisisaro.official@gmail.com]