11-note-taker

Note Taker with Express.js

Description

A Great application that can be used to write and save notes for daily life.

It works with Express.js, you can add, see and delete all notes you want to plan and schedule your daily life.

Application developed using ES6 Syntax and Express.js.

Table of Contents

URLs

Installation

You need some packages to run this application,

Usage

Defining Express in the application:

const express = require('express');

The starting command-line is:

npm start // to run the server

Examples of routes:

router.get('/', (req, res) => { ` res.sendFile(path.join(__dirname, ‘../public/index.html’)); });`

// API GET router.get("/api/notes", (req, res) => { ` res.json(notes); });`

Contributing

License

Note Taker with Express.js is licensed under the

v1

None

Express.js and shortid Dependency is licensed under the

v1

MIT

Test

None

Questions

If you have any questions about the application, you can check the documentation on my GitHub profile https://github.com/rogers0404.

for more information you can have a question via email rogers.ramirez2008@gmail.com .

Screenshots

Screenshot 1

Screenshot 2

Screenshot 3

Screenshot 4

Screenshot 5