Connect to mongo

This commit is contained in:
SowinskiBraeden committed 2021-10-04 12:15:13 -07:00
1 parent 004641df4e
commit b069ee1aa2
4 files changed
+61 -7

No files matched your search

+4 -1
View File
@@ -2,4 +2,7 @@ module school-management
go 1.16
require go.mongodb.org/mongo-driver v1.7.2
require (
github.com/joho/godotenv v1.3.0
go.mongodb.org/mongo-driver v1.7.2
)