Skip to content
Snippets Groups Projects
Commit 9107268f authored by James Abrenica's avatar James Abrenica
Browse files

modifed readme file

parent 79b90886
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,11 @@ A FastAPI application for logging chatbot and user events to MongoDB.
3. **Install dependencies:**:
```bash
pip install -r requirements.txt
4. **Run the application**:
4. **Start mongo db with docker compose**
```bash
docker-compose up -d
5. **Run the application**:
```bash
uvicorn app.main:app --reload
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment