Skip to content

roidivon/conntour-home-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Conntour Space Explorer – Home Assignment

  1. Navigate to the backend directory:
    cd backend
  2. Create and activate virtual environment using uv:
    uv venv
    source .venv/bin/activate  # On Unix/MacOS
    # OR
    .venv\Scripts\activate     # On Windows
  3. Install dependencies using uv:
    uv pip install -r requirements.txt
  4. Run the FastAPI server with Uvicorn:
    uvicorn app:app --reload --port 8000

Frontend Setup

  1. Navigate to the frontend directory:
    cd frontend
  2. Install dependencies:
    npm install
  3. Start the development server:
    npm run dev
    The frontend will run on http://localhost:5173

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors