A comprehensive data processing system designed to handle and analyze ANS data.
The project is organized into two main components:
- Frontend - Vue.js based user interface
- Backend - Python-based API service
-
Clone the repository
-
Install dependencies:
npm install
-
Configure environment variables:
- Copy
.env.exampleto.env - Update the necessary variables
- Copy
-
Start the development environment:
docker-compose up
- Frontend: Vue.js
- Backend: Python
- Containerization: Docker
- Bucket: Cloudflare R2
- API Testing: Postman