copy2cloud/server

copy2cloud-server is a internet clipboard service.

dev-master 2023-06-20 07:56 UTC

This package is auto-updated.

Last update: 2024-03-20 09:25:33 UTC


README

copy2cloud-server is a internet clipboard service.

License FOSSA Status Build Status codecov

API Documentation

API documentation available at Postman Public Directory

Installation

Download and run project with following commands.

# download project
git clone https://github.com/ademalidurmus/copy2cloud-server.git

# go to project folder
cd copy2cloud-server

# copy environment file from .env.dist (you can create own .env file or modify created file)
make env

# build project
make build

# check application status on your browser, httpie or REST API client
http localhost:1453/v1/ping

License

MIT © Adem Ali Durmuş