men9xuan / Community-fridge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Community fridge web application

This is my 3rd course assignment of COMP 2406

Built a REST API for accessing various resources of the application.

This web application supports the following functionalities:

  • View, add, edit and delete a fridge

  • View, add, edit and delete item in a fridge

  • Retrieve list of items in the system

  • Add and edit a item in the system

Setting up

npm install express

Start server

node server.js

Interact with this web appliaction

Open http://localhost:8000 in browser or send api requests with Postman

About


Languages

Language:JavaScript 72.1%Language:HTML 15.6%Language:CSS 12.3%