https://github.com/zayniddindev/bookshelf
Bookshelf | Full stack project built with Node.js, Knex.js and Handlebars
https://github.com/zayniddindev/bookshelf
express handlebars javascript knex mysql nodejs
Last synced: 2 months ago
JSON representation
Bookshelf | Full stack project built with Node.js, Knex.js and Handlebars
- Host: GitHub
- URL: https://github.com/zayniddindev/bookshelf
- Owner: zayniddindev
- License: mit
- Created: 2022-03-14T06:40:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-17T04:54:22.000Z (about 4 years ago)
- Last Synced: 2025-01-08T18:49:39.195Z (over 1 year ago)
- Topics: express, handlebars, javascript, knex, mysql, nodejs
- Language: CSS
- Homepage:
- Size: 1.54 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bookshelf | Full stack project built with Node.js
## Features:
* Add new books to the store;
* Search for books;
* Get detailed info on books;
## Stack:
* Node.js
* Express.js
* MySQL;
* Knex
## How to use:
* Create .env file and run npm start on terminal;
* Open https://localhost:8080!