ademalidurmus / copy2cloud-server

copy2cloud-server is a internet clipboard service.

Home Page:https://copy2cloud.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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ş

About

copy2cloud-server is a internet clipboard service.

https://copy2cloud.com

License:MIT License


Languages

Language:PHP 99.2%Language:Makefile 0.5%Language:Dockerfile 0.3%