Skip to content

foredstudio/kinetic

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors