Simple Application to manage Users and their details made using Node/Express as the backend, Pug for the templating engine for frontend and Postgresql for a database, sequelize as the ORM and npm module pg as a client to interact with the database.
Clone the repository on your desktop.
cd into the project directory
Run the following commands in the terminal
$ npm install
$ node start