Skip to content
Open
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
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ Create `serviceAccountKey.json` at the root of `backend-classmgmt`

```
FIREBASE_API_KEY=firebase_api_key
BASE_URL=localhost:5173
BASE_URL=http://localhost5173
VITE_APP_ENV=development
```

Expand Down Expand Up @@ -210,6 +210,15 @@ We welcome contributions from the community!

---

## 📌 Roadmap

* Add real-time chat feature
* Add AI-based attendance tracker
* Integrate deployment on Vercel/Render
* Add dark mode for frontend

---

## 📄 License

This project is licensed under the [MIT License](LICENSE).
Expand Down