Skip to content

A cloud storage platform similar to Google Drive, OneDrive, where users with the option to upload, manage and share files. Users also have the ability to resume uploads and downloads.

License

Notifications You must be signed in to change notification settings

Saideepthi123/ASE-1-Project

 
 

Repository files navigation

ASE-1-Project

TDrive

Build Status Coverage Status

Hosted On :

Cloning the project

  • Run command git clone https://github.com/ASE-Group-23/ASE-1-Project.git and change into the project folder
  • Create a virtual environment env in the repository (use virtualenv, etc)
  • Install the requirements
  • Activate virtual environment

To create virtual environment and install requirements run following commands

virtualenv env
pip install -r requirements.txt

To activate the environment use following commands: Window:

.\env\Scripts\activate

Ubuntu/Linux

source env/bin/activate

Making a new branch

git checkout -b <branch-name>

branch-name : can be your name

For Pushing Changes

git push -u origin <branch-name>

Version Control Workflow

After making any changes, follow these steps before pushing to the repo.

  1. git add .
  2. git commit -m "commit msg"
  3. git pull
  4. git push

About

A cloud storage platform similar to Google Drive, OneDrive, where users with the option to upload, manage and share files. Users also have the ability to resume uploads and downloads.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 37.5%
  • JavaScript 34.3%
  • HTML 25.9%
  • CSS 2.3%