Application-Spines Backend for tracking books
I wanted to keep track of my books and there not any books tracker with good ui and i build this backend.Now I am sending Books Json data to server and then changing status from want-to-read to read and searching books with my localhosted instance of meilisearch image on docker. build with MySQL, NestJS, Prisma, Meilisearch, S3 bucket.
- authentication
- add books in the 3 main list
- search with meilisearch
- update everthing
- add more from outside to database books
- add multiple notes to single book PRIVATE
- add multiple comment on thesingle book
- add digital ocean space for storing files (more details upload service).
- add rate limiting with nestjs/throttler
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
Nest is MIT licensed.