coreyjay98 / expressNoteTaker

Express app that takes can save and recall notes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Express Note Taker

A project created by Corey Samuels

Table Of Contents

Project Description

For this project I had to utilise express to create routes for a server and serve data to and from a database file to display notes. I was given HTML and front end javascript and worked to wire up the back end to a simple JSON database file, making sure the correct data was displayed on the corresponding GET requests

Installation

As this app is ran through node, if you wanted to install it from GitHub you would need to install the express package for node and run the server.js file through the terminal in node, this will give you the rendered HTML in the local host in your browser (If you change the Port number).

Alternatively I have hosted this app through Heroku and so instead of hosting it yourself, you can view the app I have created through this link here ! https://express-note-taker-corey.herokuapp.com/

Usage

Use of this application is simple as once you open the page on the Heroku site above you can input notes and delete them at your own will, they will be stored so you can retrieve them upon re-entering the site

Technologies Used

Javascript, Node.js, NPM, Express

Contributing

Feel free to download and contribute to this project!

License

License: MIT(https://opensource.org/licenses/MIT)

Copyright (c) 2020

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
OR OTHER DEALINGS IN THE SOFTWARE.

Questions

Check out my GitHub page here: https://github.com/coreyjay98

For any additional questions please feel free to reach me at coreyjsamuels@gmail.com

About

Express app that takes can save and recall notes


Languages

Language:JavaScript 64.8%Language:HTML 24.4%Language:CSS 10.8%