A project from The Odin Project's curriculum, working through MDN's express tutorial to start learning Node + Express
- The basics of routing, templates and CRUD in Express
- A bit of how Pug/Jade works for templating
- Using express-validator for validation and sanitizing user input
- Add authentication/authorization
Download/clone the repository then run using npm
git clone [email protected]:Basskip/express-locallibrary-tutorial.git
cd express-locallibrary-tutorial
npm install
npm start