Skip to content

Local Library website written in NodeJS/Express; example for the MDN server-side development NodeJS module: https://developer.mozilla.org/en-US/docs/Learn/Server-side/Express_Nodejs.

License

Notifications You must be signed in to change notification settings

mdn/express-locallibrary-tutorial

 
 

Repository files navigation

express-locallibrary-tutorial

Tutorial "Local Library" website written in in Node/Express.


This branch implements Authentication and simple Role-Based Authorization.

Live version can be found here.

Keep in mind that this codebase is not documented yet!


This web application creates an online catalog for a small local library, where users can browse available books and manage their accounts.

For more information see the associated MDN tutorial home page.