-
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` | ||
|