Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JustAGhost23 authored Jan 6, 2023
1 parent 8c69f1f commit 7947b83
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* On logging in as admin:
* Admin can create courses with course name, instructor name and lecture timings.
* Admin can also edit and delete these courses.
* Admin can also send announcements in each course, and a notification will be sent to users who have enrolled in that particular course.
* Admin can also send announcements(with attachments) in each course, and a notification will be sent to users who have enrolled in that particular course.
* Course data is stored on Firebase Firestore.

* On logging in as user:
Expand All @@ -22,6 +22,8 @@

* Push notifications are implemented with Firebase Cloud Messaging.

* Attachments for Announcements are stored using Firebase Cloud Storage

* Toggle switch for dark mode

---
Expand All @@ -33,8 +35,8 @@
2. Android Studio -> File -> Open
3. Connect your Android Device and Run the program (Developer Mode of the Device should be enabled).

2. **Run the Debug Apk**
1. Click [here](https://github.com/JustAGhost23/CMSCloneLite/releases/tag/v1.0.0) to download the debug apk.
2. **Run the Release APK**
1. Click [here](https://github.com/JustAGhost23/CMSCloneLite/releases/tag/v1.0.1) to download the release APK.

---

Expand Down

0 comments on commit 7947b83

Please sign in to comment.