expres-mongoose
v1.0.1
Published
library
Downloads
225
Readme
📚 Full-Stack Exam Knowledge Base
Navigate using the links below.
📖 Topic Documentation (with Theory Questions)
| # | Topic | File | |---|-------|------| | 1 | Responsive Web Design | 01_responsive_web_design.md | | 2 | CSS Core | 02_css_core.md | | 3 | Multi-page Design | 03_multipage_design.md | | 4 | ReactJS | 04_reactjs.md | | 5 | NodeJS | 05_nodejs.md | | 6 | ExpressJS | 06_expressjs.md | | 7 | MongoDB | 07_mongodb.md | | 8 | 💡 Lab Cheatsheet | 08_lab_cheatsheet.md | | 9 | ⚠️ Common Errors | 09_common_errors.md |
🏗️ Library App (MERN Project)
| File | Purpose | |------|---------| | server.js | Express server with full CRUD API | | models/Book.js | Mongoose schema + model | | public/index.html | HTML entry point (React via CDN) | | public/style.css | Responsive dark-theme CSS | | public/app.js | React components (CRUD UI) | | public/sw.js | Service Worker (offline support) | | Project Docs | Line-by-line code explanation |
Run the Library App
cd library-app
npm install
npm start
# Open http://localhost:5000