A site containing user and administrator roles that keeps user notes
- Node JS
- Postgres
You must create a database in postgres
Note : Before starting, you need to create a user in table users with administrator role in Postgres DB
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"
},Instal Package
npm iRun
npm start