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

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

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!