Skip to content

Basskip/express-locallibrary-tutorial

Repository files navigation

Local Library Express Tutorial

A project from The Odin Project's curriculum, working through MDN's express tutorial to start learning Node + Express

Things I learned

  • 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

Things to work on

  • Add authentication/authorization

Check it out yourself

Live on Heroku

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

About

Working through MDN's Express tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published