Course admin panel added

This commit is contained in:
5t4l1n
2025-07-26 11:32:08 +05:30
parent 4d8061616d
commit c734ae1b36
10 changed files with 1795 additions and 145 deletions
+15
View File
@@ -192,3 +192,18 @@ pnpm run dev
```
## run mangodb in local for running
```
# Install MongoDB on Arch Linux
yay -S mongodb-bin
# Start the service
sudo systemctl start mongodb
sudo systemctl enable mongodb
# Verify it's running
sudo systemctl status mongodb
# Test connection
mongosh
```