Skip to content

Fukubi/book-api

Repository files navigation

Book API

A free and Open Source Book API with Unitary tests using vitest

Running

To run this program, in this version, you just need to install the dependencies using

pnpm install

Or any other package manager that you want to use and after that use

pnpm dev

Requests

There is a folder with prepared requests to use with the extension Rest Client on VSCode, it is possible to use it to test the API

Run tests

You can run the tests using

pnpm test

TODO

As of now the API is very basic, you can see here what still needs to be done and what is already done

  • Serve Endpoints
  • Create middleware for errors
  • Connect to a backend (choose a stack too)
  • Configure authentication using JWT
  • Secure endpoints

About

A OpenSource Book API for custom use

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published