Skip to content

QA1S/orchid-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Orchids SWE Intern Challenge Template

This project consists of a backend built with FastAPI and a frontend built with Next.js and TypeScript.

Backend

To run the backend:

  1. Navigate to the backend folder:
cd backend
  1. Create and activate a virtual environment:
python -m venv .venv
source .venv/bin/activate  # or .venv\Scripts\activate on Windows
  1. Install the dependencies:
pip install -r requirements.txt
playwright install
  1. Create a .env file with your Anthropic API key:
ANTHROPIC_API_KEY=sk-your-api-key-here

🚀 Running the Backend

To start the FastAPI server locally:

uvicorn main:app --reload

The server will start on: http://localhost:8000

Frontend

The frontend is built with Next.js and TypeScript.

Installation

To install the frontend dependencies, navigate to the frontend project directory and run:

npm install

Running the Frontend

To start the frontend development server, run:

npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors