A school project learning NodeJS and Express.
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).
npm install
node server.js