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