Skip to content

Metana-Inc/Vibe-Coding-Assessment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Management API - Vibe Coding Assessment

Overview

This is a simple task management API built with Flask. Your job is to:

  1. Set up the repo correctly using Git
  2. Add new features using AI assistance
  3. Find and fix bugs in the existing code

Setup

# Create virtual environment
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate

# Install dependencies
pip install -r requirements.txt

# Run the app
python -m app.main

# Run tests
pytest tests/ -v

API Endpoints

Existing

  • GET /health - Health check
  • POST /users - Create a user
  • GET /users/<email> - Get a user

To Implement

  • POST /tasks - Create a task
  • GET /tasks - List/filter tasks

Your Tasks

See ASSESSMENT_INSTRUCTIONS.md for detailed requirements.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages