Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 550 Bytes

File metadata and controls

32 lines (22 loc) · 550 Bytes

kinetic

Marketplace for limited product drops and instant checkout.

Technical stack

  • Backend: NestJS, TypeORM, PostgreSQL
  • Frontend: Next.js, Tailwind CSS
  • Databases and queues: Redis, RabbitMQ

Installation and run

  1. Copy environment configuration: cp .env.example .env

  2. Spin up databases and message broker: docker-compose up -d

  3. Install backend dependencies: npm install

  4. Install frontend dependencies: cd frontend npm install cd ..

  5. Start the backend: npm run start:dev

  6. Start the frontend: cd frontend npm run dev