Skip to content

Ali-Beiki/express-note-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note App

description

A site containing user and administrator roles that keeps user notes

prerequisite

  • Node JS
  • Postgres

Config

create a database

You must create a database in postgres

Add Admin

Note : Before starting, you need to create a user in table users with administrator role in Postgres DB

Edit config file

Setting the config file in app/config/default.json

  • Postgres DB
"db": {
        "name": "DB name",// name db
        "username": "postgres",// username in postgres
        "password": "admin",// username in password
        "host": "localhost"// server DB
    }
  • Googel Recaptcha
"reCaptchaGoogel": {
        "SITE_KEY": "YOUR_SITE_KEY",
        "SECRET_KEY": "YOUR_SECRET_KEY"
    },

Start

Instal Package

 npm i

Run

 npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors