Skip to content

Commit

Permalink
Create setup.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Nov 20, 2024
1 parent 8f1cc1c commit 8862720
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/setup.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Setup Instructions

## Prerequisites
- Python 3.11
- Docker
- Docker Compose

## Installation
1. Clone the repository.
2. Navigate to the project directory.
3. Install dependencies:
```bash
1 pip install -r requirements.txt
```

4. Set up the database and environment variables as needed.
5. Run the application:
```bash
1 docker-compose up
```

0 comments on commit 8862720

Please sign in to comment.