https://github.com/therealbyteraver/sql-library-manager
Treehouse Project 8: SQL Library manager
https://github.com/therealbyteraver/sql-library-manager
express nodejs orm sequelize sql
Last synced: 2 months ago
JSON representation
Treehouse Project 8: SQL Library manager
- Host: GitHub
- URL: https://github.com/therealbyteraver/sql-library-manager
- Owner: TheRealByteraver
- Created: 2021-06-25T15:30:48.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-03T13:50:54.000Z (over 4 years ago)
- Last Synced: 2025-01-04T01:31:35.342Z (over 1 year ago)
- Topics: express, nodejs, orm, sequelize, sql
- Language: JavaScript
- Homepage: https://project08.erland.info/
- Size: 1.66 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SQL Library Manager
This project is an exercise in the JavaScript ORM named "Sequelize". It implements basic CRUD functionality
# Technology stack
Server side language: Node.Js (JavaScript)
Framework: Express
Libraries: Sequelize as ORM, using a local database file (sqlite)
Template/ view engine: Pug
# Exceeds requirements
- Search function was implemented
- Pagination was implemented
# Usage
- clone the repo and run _npm install_. To start: run _npm start_ and visit http://localhost:3000 to view the app.