Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.38 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.38 KB

copy2cloud-server

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ş