This is the backend of the CapyCloud project
- 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
Path: /swagger
- Postgres — Database
- Docker — For deployment
- Storage daemon - For storing data
- NestJS — Web framework
- TypeORM — ORM for working with database
- tonstorage-cli — CLI for working with storage daemon