Capyton / capy-cloud-backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Capy Cloud backend

This is the backend of the CapyCloud project

Installation

  • Install Docker and Docker Compose
  • Clone this repository git clone https://github.com/Capyton/capy-cloud-backend.git
  • Init mainnet or testnet config ./global_configs/init.sh mainnet or ./global_configs/init.sh testnet
  • Copy .env.template to .env and fill it with your data
  • Run docker-compose up -d to start the project

If you want to get your public IP for .env file, you can run ./get-public-ip.sh

Endpoints

Swagger

Path: /swagger

Dependencies

Infrastructure

Key TypeScript libraries

About

License:Apache License 2.0


Languages

Language:TypeScript 99.5%Language:Shell 0.3%Language:Dockerfile 0.2%