Skip to content

dahbar/TaskManagementAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Management API

A simple task management API built with FastAPI.

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/task_management_api.git
    cd task_management_api
  2. Create and activate a virtual environment:

    On a macOS/Linux:

    python3 -m venv venv
    source venv/bin/activate

    On Windows:

    python -m venv venv
    .\venv\Scripts\activate
  3. Install the dependencies:

    pip install -r requirements.txt

Running the Application

  1. Initialize the database:

    This step will create the necessary tables in your database.

    python3 scripts/database_setup.py
  2. Run the FastAPI application:

    Start the development server using Uvicorn:

    uvicorn main:app --reload
  3. Access the API documentation:

    Open your browser and go to http://127.0.0.1:8000/docs to see the interactive Swagger UI documentation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages