Note Taker is a simple web application that allows users to write, save, and delete notes. This application uses an Express.js back end to save and retrieve note data from a JSON file.
-
Clone the repository: git clone https://github.com/github-cedsim/note-taker.git
-
Navigate to the project directory: cd note-taker
-
Install the dependencies: npm install
- Start the server: node server.js
- Open your web browser and go to: http://localhost:3000
Deployed Application You can find the deployed application at the following URL:https://ceds-note-taker-ef9d4475acf4.herokuapp.com/notes
