https://github.com/jernestmyers/express-locallibrary-tutorial
the final product of MDN's express tutorial, using NodeJS, Express, MongoDB, and Mongoose.
https://github.com/jernestmyers/express-locallibrary-tutorial
Last synced: 2 months ago
JSON representation
the final product of MDN's express tutorial, using NodeJS, Express, MongoDB, and Mongoose.
- Host: GitHub
- URL: https://github.com/jernestmyers/express-locallibrary-tutorial
- Owner: jernestmyers
- Created: 2022-01-02T02:18:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-07T13:37:28.000Z (almost 4 years ago)
- Last Synced: 2025-08-28T17:54:13.752Z (4 months ago)
- Language: JavaScript
- Homepage: https://gentle-badlands-02563.herokuapp.com/catalog
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Express Local Library
This project is from [MDN's Express tutorial](https://developer.mozilla.org/en-US/docs/Learn/Server-side/Express_Nodejs/Tutorial_local_library_website), which builds a library application using:
1. NodeJS
2. Express
3. Mongoose
4. MongoDB