Skip to content

solo-driven/IAESTE_AZ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Local IAESTE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages