Skip to content

A note taking application that allows the user to write, save, edit, and delete notes.

Notifications You must be signed in to change notification settings

abbyblachman/express-note-taker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express note taker

This application can write, save, and delete notes files, storing them in a backend JSON file functioning as a database.

This application is deployed using Heroku, and fully functional. You can use it here: https://express-notetaker-app.herokuapp.com/.

Starting the app locally

Start by installing front and backend dependencies. While in this directory, run the following command:

npm install

This should install node modules within the server and the client folder.

After both installations complete, run the following command in your terminal:

node server

Your app should now be running on http://localhost:3000. The Express server should intercept any AJAX requests from the client.

About

A note taking application that allows the user to write, save, edit, and delete notes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published