Skip to content

This application provides the user with note taking platform, utilizing Express.js as an npm module and facilitating data requests and responses. Demonstrative of a mock back-end process, this application uses a JSON file to save/store information.

License

Zachattack221/express.js-note-taker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

express.js-note-taker

Table of Contents

  1. Description
  2. Installation
  3. Visuals
  4. License

Description

Deployed Application This application provides the user with note taking platform, utilizing Express.js as an npm module and facilitating data requests and responses. Demonstrative of a mock back-end process, this application uses a JSON file to save/store information.

Installation

Run 'npm i' within the console, located at the root level of the directory. This will pull in the necessary node modules/packages.

Following the package install, run node 'server.js' in the console to initiate server interaction.

This will open a port at localhost:3000, accessible when 'localhost:3000' searched in browser, or opened via link in console.

Visuals

Entry Page Notes Page

License

This application is licensed with the MIT License.

About

This application provides the user with note taking platform, utilizing Express.js as an npm module and facilitating data requests and responses. Demonstrative of a mock back-end process, this application uses a JSON file to save/store information.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published