Skip to content

Latest commit

 

History

History
executable file
·
29 lines (21 loc) · 413 Bytes

README.md

File metadata and controls

executable file
·
29 lines (21 loc) · 413 Bytes

m2final

Code Immersives CIS MODULE TWO team final project

A web application prototype

Features:

  • Node.js/Express server
  • REST api (intro)
  • CRUD (intro)
  • Ajax/JSON
  • Pure JS (DOM, Loops, objects, functions, variables, etc)
  • HTML5
  • CSS3

server:

$ npm install
$ node server.js

browser:

localhost:3000/api/apiTester.html (verify endpoints)

localhost:3000/index.html