Skip to content

iiivanpopov/express-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tech stack

Packages used

  • express: backend framework
  • express-validator: request validating body and params
  • uuid: generating uuid v4 for notes
  • pg: postgresql driver
  • dotenv: .env file parser
  • jsonwebtoken: generate and validate tokens
  • argon2: secure hash

Installation

  1. Configure .env file using .env.example template

  2. Create database.json file using database.example.json template

  3. Migrate database

npm run db:migrate
  1. Run server
npm run start:dev

Showcase

Dashboard

Dashboard

Login

Login

Register

Register

About

Simple NodeJS Web App. You can create, delete, update notes.

Topics

Resources

Stars

Watchers

Forks