Skip to content

Clipto-Platform/clipto-backend

Repository files navigation

Clipto backend

Backend services

  • twitter verifications
  • file uploads to ARweave
  • metadata uploads to ipfs

Setup

  1. Copy .env file
cp .env.example .env
  1. Update credentials in .env file

  2. Run the server

npm install
npm run start
  1. Running end-to-end tests
npm run test:e2e
  1. All available commands
npm run