/simple-api

A simple CRUD REST API using go (mux,postgres)

Primary LanguageGoMIT LicenseMIT

simple API using Golang .

this code has just 5 endpoint to do CRUD operation over product table . you can find its documentation at :

coded with :

  • gorilla mux as router
  • postgresql as database
  • TDD