Skip to content

nofosoft/schedules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Match Schedules

Description

CRUD features to manage match schedules.

  • user will able to create new schedule from the web
  • users will be able to edit the existing schedule
  • user can delete schedule data
  • user can see the list of existing schedule data

Usage

Database

Database cloud, MangoDB Atlas

API List

Base URL

http://localhost:8000/
  • API List

    • Get all data

      Method : GET
      localhost:<port>/rest/
    • Add new data

      Method : POST
      localhost:<port>/rest/<id>
    • Update data by 'id'

      Method : PUT
      localhost:<port>/rest/<id>
    • Delete data by 'id'

      Method : DELETE
      localhost:<port>/rest/<id>
  • JSON Response

    [
      {
        "schedule_name": "Bowling",
        "schedule_time": "Friday"
      },
      {
        "schedule_name": "Futsal",
        "schedule_time": "Friday"
      }
    ]

About

CRUD features to manage match schedules. user will able to create new schedule from the web users will be able to edit the existing schedule user can delete schedule data user can see the list of existing schedule data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors