enroll controller + db connection

This commit is contained in:
SowinskiBraeden committed 2021-10-04 23:13:21 -07:00
1 parent b069ee1aa2
commit f8d006fe8b
12 files changed
+186 -48

No files matched your search

+2
View File
@@ -3,6 +3,8 @@ module school-management
go 1.16
require (
github.com/gofiber/fiber/v2 v2.19.0
github.com/joho/godotenv v1.3.0
go.mongodb.org/mongo-driver v1.7.2
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
)