Skip to content

Sukram-89/hobo_24_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hobo 24 API

This app can be used to learn how to use API's and also be used to built a frontend or learn how to test automate api's.

Run project:

Run npm start in terminal!

Webpage:

This page has the possibility to add, edit or delete student and list all students.

API:

POST /student: Adds a student, body: {"name":"Markus"}.
GET /student: Gets all students.
DELETE /student/{id}: Deletes student with ID specified.
PATCH /student/{id}: Update student with ID specified.

About

Simple api backend for Project 24

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors