close
The Wayback Machine - https://web.archive.org/web/20191115025433/https://github.com/mdn/express-locallibrary-tutorial
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.
JavaScript HTML CSS
Branch: master
Clone or download
Latest commit 5811a8b May 14, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Image bin Update to latest generator and versions Feb 17, 2019
Image controllers Trim the name field Mar 17, 2019
Image models
Image public Fix cardinality in UML image Nov 24, 2017
Image routes Add full stops to all sentences for consistency Jan 9, 2018
Image views Add alphabetical sorting May 8, 2019
Image .gitignore remove .bak file and add to gitignore Feb 17, 2019
Image CODE_OF_CONDUCT.md Add Mozilla Code of Conduct file Mar 30, 2019
Image LICENSE Create full project to Tut6 Dec 15, 2016
Image README.md README: Add link to the auth branch Feb 25, 2019
Image app.js Fix mongoose connection to avoid deprecation warning Feb 24, 2019
Image package-lock.json Use body rather than URL params for book deletion Feb 24, 2019
Image package.json Try fix npm version Feb 17, 2019
Image populatedb.js Merge pull request #60 from icehongssii/patch-1 Feb 25, 2019

README.md

express-locallibrary-tutorial

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


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

Image

For more information see the associated MDN tutorial home page.

Note The auth branch in this repository implements an unsupported and undocumented version of the library with User Authentication and Authorization. This may be a useful starting point for some users.

You can’t perform that action at this time.