Skip to content

LouiseBackstrom/rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rest-api

A school project learning NodeJS and Express.

Info About The Project

A REST API with Disney characters. The API has functionality for CRUD and there are 5 endpoints including 2 GET, DELETE, PUT and POST for a resource. The data that the API handles is stored locally in the server file. It contains an array of objects containing 4 properties: id, name, movie and best friend. There is a simple client interface that calls the API endpoints GET (get all), GET (get one specific) and POST (create a new one).

Project Setup

npm install

node server.js

GitHub

https://github.com/LouiseBackstrom/rest-api

About

A school project learning NodeJS and Express

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors