Skip to content

Wert1996/notemaker-be

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notemaker Backend

A FastAPI application for handling audio recordings with AWS S3 and DynamoDB integration.

Features

  • Health check endpoint
  • Audio file upload to S3 with signed URLs
  • DynamoDB integration for tracking audio recordings

Setup

  1. Install dependencies:

    pip install -r requirements.txt
    
  2. Run the application:

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

    http://localhost:8000/docs
    

Environment Variables

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published