gcloud11 / Book-Search

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Book-Search

This application allows the user to type notes, save them, retrieve and delete notes as needed. Virtual note-taking is great because there is no worry for trying to find that endlessly hidden piece of paper. This app takes place on your computer. Never lose a note again.

Book-SearchApp

Technologies

Installation

Use express for server side portion and the node package manager modules: fs, path and util modules
- To use or try this application clone the https link from the git terminal onto desktop.
- Import repository into VS code
- Right click into the "server.js" folder, right click and select "open in integrated terminal"
- Type: node server.js
- This is prompt the port on the server to begin to run and the application to be used.

Git clone repositiory to local machine:

HTTPS:

git clone https://github.com/gcloud11/Book-Search.git

SSH:

git clone git@github.com:gcloud11/Book-Search.git

NPM Install to intsall all dependencies neesed for this project & install any other dependencies needed if/when prompted with the second code below "npm i":

npm i
npm install (the name of the dependency)

Open integrated terminal and run:

npm start

This connects to localhost 3002 for application use.

localhost3000

Visuals

Pic

About


Languages

Language:JavaScript 88.2%Language:CSS 7.2%Language:HTML 4.6%