Skip to content

valentinesamuel/booktopia-backend

Repository files navigation

Booktopia API

An API for an online bookstore (e-bookstore) where users can query different type of books by genres, search by title, buy books and giftcards, donate books and subscribe for book packages. The API also has an admin module where the online bookstore owners can add book, update a book, delete a book, process orders and perform other administrative functions.

Booktopia API - Made with Clipchamp

Demo

A working live demo : here

Installtion

  • Clone the repo with the following command
git clone https://github.com/valentinesamuel/booktopia-backend.git
  • cd into the project directory
cd booktopia-backend
  • Install project dependencies
npm install
  • To run the application on localhost
npm run dev

Usage

This API can be integrated into frontend appilcations

Contributing

Open a pull request

License

MIT