Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contacts REST API

Quick Start

  1. Clone the repository and navigate to the project folder.
  2. Install dependencies:
    pip install -r requirements.txt
  3. Create a .env file in the project root (or use .env.example as a template) and fill in your environment variables.
  4. Start the server:
    uvicorn app.main:app --reload

API Documentation

Swagger UI: http://127.0.0.1:8000/docs

Docker (optional)

To run with Docker Compose:

docker-compose up --build

This will start both the server and a PostgreSQL database.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages