Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# place

![Screenshot From 2025-05-01 21-09-07](https://github.com/user-attachments/assets/d62aabeb-3c84-49a2-b12d-a0056b3a2877)

An event application for Cameroon that helps users find events based on their interests, location, and availability.

## Deployment Guide
Expand All @@ -13,7 +15,6 @@ An event application for Cameroon that helps users find events based on their in
### Setup Instructions

**Install Dependencies**
```
- **With Python:**
```sh
pip install .
Expand Down Expand Up @@ -59,7 +60,7 @@ An event application for Cameroon that helps users find events based on their in
```
- **With Docker:**
```sh
docker compose exec place-web shell -c \"import core.dummy_data\"
docker compose exec place-web ./entrypoint.sh shell -c \"import core.dummy_data\"
```

**Access the webapp**
Expand Down