Hi, this an application built during a NodeJs and ExpressJs training I delivered. It was an introduction to Node and Express.
We built a REST API with jwt authentication and Postgresql as persistance database.
$ npm install
Don't forget to copy .env.copy
into .env
and edit the values to match your own config.
$ nodemon app.js
https://docs.google.com/presentation/d/1lVq75PV6TdzfwGE-CEWC6MYw2M1FTUg_oTSvrsQNWEo/edit?usp=sharing
Refer to speaker notes for link to code example.