Giter Club home page Giter Club logo

rapidtransfer's Introduction

Rapid Transfer System

Rapid Transfer System is a simple system for transferring files between users using Go and a PostgreSQL database.

Table of Contents

Overview

The Rapid Transfer System is designed for easy and fast file transfers between users. It utilizes Go for the backend logic, a PostgreSQL database for user information, and a network package for handling file transfers.

Features

  • Initialize and manage the underlying PostgreSQL database.
  • Handle account startup tasks.
  • Manage user details and friends.
  • Send and receive files between users.
  • View and manage pending transfers.

Getting Started

Prerequisites

Make sure you have Go installed on your system. You can download it here.

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/rapid-transfer-system.git
    
     Navigate to the project directory:
    
     bash

cd rapid-transfer-system

Build the project:

bash

go build

Usage Command Line Flags

-s or --send: Specify the file to send.
-p or --path: Specify the path to the file to send.
--friend: Specify the friend's username for sending or friend-related operations.
-r or --receive: Specify the file to receive.
-d or --delete: Specify the friend to delete.
--pend: View pending transfers.

Examples Send a File:

bash

./rapid-transfer-system -s filename.txt --friend friend_username

Receive a File:

bash

./rapid-transfer-system -r filename.txt

View Pending Transfers:

bash

./rapid-transfer-system --pend

Delete a Friend:

bash

./rapid-transfer-system -d friend_username

Contributing

Contributions are welcome! If you find any issues or have suggestions, please open an issue or create a pull request. License

This project is licensed under the MIT License - see the LICENSE file for details.

sql

Replace your-username in the clone URL with your actual GitHub username, and add any specific details, usage instructions, or guidelines that might be relevant to your project.

rapidtransfer's People

Contributors

themustardjarz avatar emmetion avatar orestesk avatar jarettforzano avatar

Stargazers

 avatar  avatar Robert White avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.