/Notes

Notes Node.js app

Primary LanguageJavaScript


Notes

Simple Notes app build on Node.js
View Demo ·

Table of Contents

About The Project

Simple Notes app for educational purposes.

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
npm install npm@latest -g

Installation and running

  1. Clone the repo
git clone https://github.com/DukeKan/Notes.git
  1. Install NPM packages
npm install
  1. Install MySql database server and create 'notes' database

  2. Install knex globally

npm i knex -g
  1. Create database tables
knex migrate:latest
  1. Run app
node .