Skip to content

SoftGuar/cartographie_service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cartographie Service

This project provides a backend service for a cartography system. It exposes APIs for managing and accessing cartographic data using FastAPI and PostgreSQL.


Requirements

  • Python: 3.9
  • Virtual environment (optional but recommended)

Installation

  1. Clone the repository

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

    python3.9 -m venv venv
    source venv/bin/activate        # On Windows: venv\Scripts\activate
  3. Install dependencies

    pip install -r requirements.txt

⚙Configuration

create a ".env" file and paste in it the content you find in the ".env.example" file

Running the Application

To start the FastAPI server:

python main.py

Then open your browser and go to:


Testing

To test the API endpoints, use:


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •