Skip to content

leslykqi89/subscriptions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Subscription API

This project integrates Go with MongoDB, to create a subscritpion RestAPI. The enpoints included are:

  • POST /subscriber
    • Creates a new subscriber in the database
  • GET /subscriber/:id
    • Obtains the subscriber based on the id
  • GET /subscribers
    • Returns all the subscribers
  • PUT /subscriber/:id
    • Update the subscriber with the information provided in the request body.
  • DELETE /subscriber/:id
    • Removes the subscriber from the database.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages