An open API service indexing awesome lists of open source software.

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

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.