Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"ghcr.io/meaningful-ooo/devcontainer-features/fish:2": {},
"ghcr.io/itsmechlark/features/postgresql:1.5.0": {},
"ghcr.io/itsmechlark/features/redis-server:1": {},
"ghcr.io/skriptfabrik/devcontainer-features/mailpit:1.0.0": {},
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1": {
"packages": "nginx"
}
Expand Down
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Vidya: School Organization Platform

Vidya is a school organization platform that helps schools manage their students, teachers, and courses. It provides a simple and intuitive interface for managing school data and generating reports.
Vidya is a school organization platform that helps schools manage their students, teachers, and courses. It provides a simple and intuitive interface for managing school data and generating reports.


## Services

| Service | Host |
| ------------ | --------------------- |
| API: Swagger | http://localhost:8080 |
| Mail | http://localhost:8025 |
Loading