Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 661 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 661 Bytes

Express Note Taking App

License: Unlicense

Description

This app uses express to make api calls to get/post/delete notes from a db.json file. The focus of this app was to link a frontend to a mock database using express.

Live Site

Installation

install dependancies

npm install 

run app

node index  

Contributions

Issues and Pull requests can be made to this repo

Technology

  • NodeJS
  • Express
  • mock database