Skip to content

dedi74132/express-postgresql-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

express-postgresql-crud

Simple CRUD ExpressJS & PostgreSQL

this example crud using features :

  • Postgresql as database (include in directory you can clone "crud.sql")
  • expressjs v4.x
  • UUID for user ID
  • bcrypt for password encryption

end point : http://localhost:3000/api/users

##Screenschoots

###Running ExpressJS

###Get All Users

###Get User By ID

###Update User By ID

###Delete User By ID

About

Simple CRUD ExpressJS & PostgreSQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published