A free and Open Source Book API with Unitary tests using vitest
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
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
You can run the tests using
pnpm test
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