Skip to content

Commit

Permalink
update README to include stop cassandra
Browse files Browse the repository at this point in the history
  • Loading branch information
izikdepth committed Oct 19, 2024
1 parent b3226ca commit af9f025
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ Lascaux is a decentralized, text-based social media platform designed to empower
```bash
uvicorn app.main:app --reload
```

6. Stop the Cassandra database when you're done:
```bash
python stop_cassandra.py
```
## Routes

### Authentication
Expand Down

0 comments on commit af9f025

Please sign in to comment.