Skip to content

Module 11: Express.js: Note Taker - Using Express to create a database for Notes.

Notifications You must be signed in to change notification settings

mollysal/Note-Taker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note-Taker

Module 11 - Express.js: Note Taker

Deployment: https://mollysalnotetaker.herokuapp.com/

Description

The goal of this assignment was to create a Note Taking application that can write & save notes. It uses Express.js in the back end & it needs to save & retrieve note data from a JSON file.

The application’s front end was already created. The goal of this assignment was to build the back end & connect the two.

User Story:

AS A small business owner
I WANT to be able to write and save notes
SO THAT I can organize my thoughts and keep track of tasks I need to complete

Contents

Installation

Within the intergrated terminal:

npm install 

Usage

Once everything is installed, users can start the application by typing the following in the intergrated terminal:

node server.js

This is how the code should look in the intergrated terminal: Intergrated Terminal

This is how the application should look in the web browser: Running Application on Web

Resources/Credit

Features

  • Node.js
  • Express.js
  • Javascript

Video

Gif Example

About

Module 11: Express.js: Note Taker - Using Express to create a database for Notes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published