Skip to content

Repository files navigation

Notes-Manager-Node.Js-Express.Js-Sequelize-Postgres

This is simplistic backend implementation of handling notes management.

Module Detail
Authentication Responsible for Authentication and Authorization
Notes Responsible for Notes Management

Installation

Before moving forword you need to install postgres for smoothing running,I have used postgres sql with Sequelize ORM. To setup this system on local you need to follow the process.

node i nodemon -g
npm i

Copy and Change .env file present in project

#DATABASE
DB_CONNECTION="postgres"
DB_HOST=""
DB_USERNAME=""
DB_PASSWORD=""
DB_PORT=""
DB_NAME=""
#Mail Settings
MAIL_HOST=""
MAIL_PORT=""
MAIL_USER=""
MAIL_PASSWORD=""
MAIL_FROM_ADDRESS=""
MAIL_FROM_NAME=""
#JWT
JWT_SECRET=""
JWT_TIMEOUT_DURATION=""
JWT_REFRESH_DURATION=""
JWT_REFRESH_SECRET=""
#SYSTEM
PORT=

Run Migrations

npx sequelize-cli db:migrate

After making changes in .env,now you are good to go

npm run serve 

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages