Skip to content

Ai-ReadOne/evince-gym-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Author : Ai ReadOne

Name: Evince-gym-api

Description: This mini project is meant for self-development in APIs, Containerization and Go programming language.

  1. This API is built for a sudo gym management application

#Endpoints:

#All Members

  • URL: localhost:8000/all-members //for all registered customers
  • Method : GET

#Get all Instructors

  • URL: localhost:8000/all-instructors //for all gym instructors
  • Method : GET

#Get an Instructor record

  • URL: localhost:8000/get-instructor/:instructorID //for a single gym instructor
  • Method : GET
  • Path parameter : instructorID

#Get a members' record

  • URL: localhost:8000/get-member/:gymID // for a single gym member
  • Method : GET
  • Path parameter : gymID

#Create a member record

  • URL: localhost:8000/create-member registers new customer to the gym
  • Method : POST

#Create an Instructor record

  • URL: localhost:8000/create instructor registers new instructor to the gym
  • Method : POST

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published