Skip to content

The best book finder app you'll see on the internet today😉

Notifications You must be signed in to change notification settings

temidayo-falomo/Booksy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Booksy

Booksy is a Book finder project built mostly using modern libraries and techniques i developed myself.

Installation

Install my-project with npm

  npm install booksy
  cd booksy

Tech Stack

Client: React, React Router, Styled Components

Server: Firebase

Running Tests

To run tests, run the following command

  npm run test

Documentation

Documentation

API Reference

Get all items

  GET /api/items
Parameter Type Description
api_key string Required. Your API key

Get item

  GET /api/items/${id}
Parameter Type Description
id string Required. Id of item to fetch

add(num1, num2)

Takes two numbers and returns the sum.

License

MIT