Skip to content

konstantin-921/Node.js-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Application

An application for exchanging messages between users. To store information about users and messages, the PostgreSQL database is used.

Install and start

npm install
npm start

You also need to configure the ORM Sequelize in the sequelize.js file and you need to run the PostgreSQL database.

  const sequelize = new Sequelize('database', 'username', 'password', {
    dialect: 'postgres',
    host: 'localhost',
    port: 5432
  });

About

Node.js application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published