Categorygithub.com/TobiasGleiter/go-databases
module
0.0.0-20240814154414-771de50323b6
Repository: https://github.com/tobiasgleiter/go-databases.git
Documentation: pkg.go.dev

# README

go-databases

Interface and Databases in Go(lang)

Todo:

  • Server Configurations

SQL Implementation

  • Add your development database credentials and make sure you have a mysql database running.
  • Run make dev service=sql to start the service using a mysql database.
  • Send curl POST request: curl -X POST http://localhost:4000/users/create

MongoDB Implementation

  • Add your development database credentials and make sure you have a mongodb database running.
  • Run make dev service=mongodb to start the service using a mongodb database.
  • Send curl POST request: curl -X POST http://localhost:4000/users/create

# Packages

No description provided by the author