Skip to content

Latest commit

 

History

History
45 lines (23 loc) · 885 Bytes

File metadata and controls

45 lines (23 loc) · 885 Bytes

NoteApp

A note keeping app.


Setting up

npm i

npm start

Check out log dir for detailed logs and console for quick logs

Check Wiki for extras


Tech stack :

react.js, express.js, node-pg (connector), postgresDB


Functions

  • Registration functionality

image1

  • Returned notebook from pgDB

image2

  • Backend logging

image3


v1

  • Shifted from knex connector to native node-pg to write readable SQL queries

Please find info for later versions in Releases