Skip to content

MuhammadIbneRafiq/BACKEND_autolanding_ai

Repository files navigation

Autolanding AI✈️

Introduction

Our multi-agent platform allows clients to hire freelancers by chatting with an AI agent.

Technology Stack

  • Frontend: TypeScript & Tailwind CSS with Shadcn UI library.
  • Backend: JavaScript and Supabase.
  • Database: Postgres in Supabase

Project Setup

Follow these steps to set up our backend locally:

# Open a new terminal and navigate to the backend directory
cd BACKEND_autolanding_ai

# Install npm packages
npm install

# Fill in .env file
cp .env.sample .env

# Start the server
node server.js