Skip to content

dmc12-xyz/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

About

Backend for clipto platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.0%
  • JavaScript 6.4%
  • Shell 0.6%