Skip to content

Latest commit

 

History

History
56 lines (41 loc) · 1.01 KB

README.md

File metadata and controls

56 lines (41 loc) · 1.01 KB

AIESTE AZERBAIJAN

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Python 3.11

Installation

  1. Clone the repository:

    git clone https://github.com/solo-driven/AIESTE_AZ.git
  2. Navigate to the project directory:

    cd AIESTE_AZ
  3. Create a virtual environment:

    python3.11 -m venv env
  4. Activate the virtual environment:

    • On Windows:
      .\env\Scripts\activate
    • On Unix or MacOS:
      source env/bin/activate
  5. Install the requirements:

    pip install -r requirements.txt

Running the Application

  1. Navigate to the api directory:

    cd api
  2. Run the application:

    uvicorn posts.web.main:app

Now, you can visit http://localhost:8000/docs in your browser to view and test the api.