Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 324 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 324 Bytes

Courses json server

Install json-server

npm install -g json-server

Run local server

json-server https://raw.githubusercontent.com/andreicojea/courses-json-server/main/courses.json

Query courses & instructors

GET http://localhost:3000/courses
GET http://localhost:3000/instructors