Skip to content

GorgeousPuree/NodeTestApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js test application

To run the application, you have to create .env file at the same level as the src directory with such structure:

host=localhost  
database_port=5432  
user=postgres  
password=12345  
database=testdb  
app_port=4000 

After that run npm start or nodemon src/app.js.

Provided api for vendor, category and product:

  • create
  • get by id
  • get all
  • put
  • delete

Database visualisation:

db

About

Simple Node.js crud application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published