LibrisAPI v1.0.0 - π Initial Release π
I'm thrilled to announce the first official release of LibrisAPI! π₯³
β¨ What's New β¨
- β Implemented JWT (JSON Web Token) authentication for secure access to API endpoints. π
- β Added user registration and login functionality. π
- β
Created basic API endpoints for managing books (GET, POST). π
GET /api/books
: Retrieve a list of all books. πPOST /api/books
: Create a new book. βοΈ
π Bug Fixes π
- β Fixed a bug that caused incorrect error messages to be displayed. βΉοΈ
π Installation π
To get started with LibrisAPI, follow these simple steps:
- Download the source code from GitHub. β¬οΈ
- Run the
install.bat
(Windows) orinstall.sh
(Linux/macOS) script to install dependencies and configure environment variables. βοΈ - Start the server using
npm run dev
.βΆοΈ
π§ Known Issues π§
- π§ Pagination is not yet implemented.
- π§ Search functionality is not yet available.
π License π
This project is licensed under the MIT License. π
βοΈ Contact βοΈ
If you have any questions or feedback, please contact me at core@necoti.dev. π§