Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages