make-an-express-note

GNU GPLv3

Description

For challenge 11 of the UM Coding Bootcamp, I was tasked with creating a note taking application that can be used to write and save notes. This application will uses an Express.js back end and saves and retrieve note data from a JSON file.

Table of Contents

Mock-Up

Homework Screenshot

Built-With

Express.js, JavaScript, HTML, CSS

Installation

To install necessary dependencies, run the following command:

npm i express

Usage

To use this application, run the following command:

node server.js

License

This project is licensed under the GNU GPLv3 license.

Contributing

Please contact the owner of the repository if you would like to contribute.

Questions

If you have any questions about the repo, open an issue or contact me directly at salasd10418@gmail.com. You can find more of my work at Github.

Walkthrough Video

https://drive.google.com/file/d/1ogMMX93MExO3ri6c8OkEJl75RQ_PmfpF/view

Deployed

https://make-an-express-note.herokuapp.com/notes

Repository

https://github.com/SalasD93/make-an-express-note