Skip to content

This project contains a solution to the task of searching for records in the database table.

Notifications You must be signed in to change notification settings

aNNiPAk/example-database-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

example-database-search

This project contains a solution to the task of searching for records in the database table. Postgresql was selected as the database client.

How to use

  1. Run in terminal:
git clone https://github.com/aNNiPAk/example-database-search.git
cd example-database-search
npm install
  1. Create a database based on ./migration/database.sql
  2. Configure the connection to the created database in ./config/connect_to_db.js

To use it, run:

npm start

To run the tests, launch:

npm test

About

This project contains a solution to the task of searching for records in the database table.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published