Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resume Builder Service

A FastAPI service that handles job post data.

Setup

  1. Install dependencies:
pip install -r requirements.txt

Running the Service

To run the service:

uvicorn main:app --reload

The service will start on http://localhost:8000

API Endpoints

POST /job_post

Accepts any JSON data in the request body and prints it to the console.

Example request:

curl -X POST http://localhost:8000/job_post \
  -H "Content-Type: application/json" \
  -d '{"title": "Software Engineer", "company": "Example Corp"}'

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages