Skip to content

Commit 0003aa5

Browse files
author
Advaita Krishna das
committed
feat(api): smpt dev server
1 parent e58e48c commit 0003aa5

File tree

10 files changed

+2839
-60
lines changed

10 files changed

+2839
-60
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"ghcr.io/meaningful-ooo/devcontainer-features/fish:2": {},
99
"ghcr.io/itsmechlark/features/postgresql:1.5.0": {},
1010
"ghcr.io/itsmechlark/features/redis-server:1": {},
11+
"ghcr.io/skriptfabrik/devcontainer-features/mailpit:1.0.0": {},
1112
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1": {
1213
"packages": "nginx"
1314
}

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
# Vidya: School Organization Platform
22

3-
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.
3+
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.
4+
5+
6+
## Services
7+
8+
| Service | Host |
9+
| ------------ | --------------------- |
10+
| API: Swagger | http://localhost:8080 |
11+
| Mail | http://localhost:8025 |

0 commit comments

Comments
 (0)