Our multi-agent platform allows clients to hire freelancers by chatting with an AI agent.
- Website: https://www.autolanding.ai/
- Frontend repository: https://github.com/MuhammadIbneRafiq/frontend_autolanding_ai
- Frontend: TypeScript & Tailwind CSS with Shadcn UI library.
- Backend: JavaScript and Supabase.
- Database: Postgres in Supabase
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