@mahidsec/nest 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -43,15 +43,19 @@ The server starts at **http://localhost:6969**. Open it from any device on your
|
|
|
43
43
|
## Preview
|
|
44
44
|
|
|
45
45
|
<p align="center">
|
|
46
|
-
<img src="https://raw.githubusercontent.com/mahidsec/nest/main/screenshots/
|
|
46
|
+
<img src="https://raw.githubusercontent.com/mahidsec/nest/main/screenshots/home.png" alt="Home View" width="640" />
|
|
47
47
|
</p>
|
|
48
48
|
|
|
49
49
|
<p align="center">
|
|
50
|
-
<img src="https://raw.githubusercontent.com/mahidsec/nest/main/screenshots/
|
|
50
|
+
<img src="https://raw.githubusercontent.com/mahidsec/nest/main/screenshots/course-adding.png" alt="Course Adding" width="640" />
|
|
51
51
|
</p>
|
|
52
52
|
|
|
53
53
|
<p align="center">
|
|
54
|
-
<img src="https://raw.githubusercontent.com/mahidsec/nest/main/screenshots/
|
|
54
|
+
<img src="https://raw.githubusercontent.com/mahidsec/nest/main/screenshots/dashboard.png" alt="Nest Dashboard" width="640" />
|
|
55
|
+
</p>
|
|
56
|
+
|
|
57
|
+
<p align="center">
|
|
58
|
+
<img src="https://raw.githubusercontent.com/mahidsec/nest/main/screenshots/navigation.png" alt="Navigation" width="640" />
|
|
55
59
|
</p>
|
|
56
60
|
|
|
57
61
|
## Features
|