This project is a Flask API that provides various endpoints for different functionalities.
To get started with this project, follow the instructions below.
- Python 3.x
- Flask
- Clone the repository:
git clone <repository_url>
- Navigate to the project directory:
cd /home/nguyen.chi.thanh/workspaces/flask_api
To run the application, use the following command:
- Build the Docker image:
docker-compose build
- Start the application:
docker-compose up
For detailed API documentation, visit the following link: API Docs