Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Keqi/zipper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zipper

The Zipper application is a JSON RESTful API allowing users to upload files to the local storage. Files are packed into a .zip file and encrypted with a strong random password. A user can authenticate themselves through JWT tokens and retrieve list of the uploaded files.

Installation

  • Run bundle install
  • Copy the .env.example file into the .env file and add your database credentials.
  • Ask the owner of the repository to send you the development.key and test.key to decrypt credentials files.

Running tests

  • Type rspec or bundle exec rspec

Documentation

  • The documentation follows the OpenAPI convention and is generated using rswag gem. You access it at /api/docs endpoint or by reading the /swagger/v1/swagger.yaml file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published