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

added readme file

parent 4f359a90
No related branches found
No related tags found
No related merge requests found
......@@ -18,15 +18,19 @@ A FastAPI application for logging chatbot and user events to MongoDB.
```bash
python -m venv venv
//On Windows
***On Windows***
```bash
venv\Scripts\activate
(`.\venv\Scripts\activate`)
//On macOS/Linux
***On macOS/Linux***
```bash
source venv/bin/activate
3. **Install dependencies:**:
```bash
pip install -r requirements.txt
4. **Run the application**:
```bash
uvicorn app.main:app --reload
\ No newline at end of file
uvicorn app.main:app --reload
\ No newline at end of file
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