https://github.com/bartek532/book-searcher
Easily search books throughout your library 📘
https://github.com/bartek532/book-searcher
expressjs gsap html nodejs postgresql prisma scss typescript vee-validate vue yup
Last synced: 11 months ago
JSON representation
Easily search books throughout your library 📘
- Host: GitHub
- URL: https://github.com/bartek532/book-searcher
- Owner: Bartek532
- Created: 2021-03-23T16:22:27.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-10T13:32:15.000Z (about 3 years ago)
- Last Synced: 2025-03-17T00:02:06.369Z (over 1 year ago)
- Topics: expressjs, gsap, html, nodejs, postgresql, prisma, scss, typescript, vee-validate, vue, yup
- Language: Vue
- Homepage: https://book-searcher.vercel.app
- Size: 1.79 MB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Book Searcher - open source app for searching books.
## Project Overview 🎨
Book Searcher is an app to help me (and others 😁) search suitable book from my library. It includes authentication, so every user can create own account. In CRUD panel we can create or move books, but not only. Users can add book to their library and later find them in _my books_ section. Feel free to open an [issue](https://github.com/Bartek532/book-searcher/issues) if you find bug or something strange. Enjoy!
## Tech/framework used 🧰
- Common
| Tech | Description |
| ----------------------------------- | ------------------------------------------------- |
| [Eslint](https://eslint.org/) | Javascript Linter |
| [Prettier](https://prettier.io/) | Code formatter |
| [Turborepo](https://turborepo.org/) | Tool for managing projects with multiple packages |
- Frontend
| Tech | Description |
| --------------------------------------------- | ----------------------------------------------------------- |
| [Typescript](https://www.typescriptlang.org/) | Javascript superset language |
| [Vue 3](https://vuejs.org) | Progressive JavaScript Framework |
| [SCSS](https://sass-lang.com) | CSS with superpowers |
| [Vue Router](https://router.vuejs.org) | Official router for Vue.js |
| [Vee-Validate](https://day.js.org) | Form Validation for Vue.js |
| [GSAP](https://greensock.com/gsap) | Professional-grade JavaScript animations for the modern web |
| [Yup](https://github.com/jquense/yup) | Schema builder for value parsing and validation. |
- Backend
| Tech | Description |
| ---------------------------------------------------------------- | ------------------------------------------------------------------- |
| [Node](https://nodejs.org/en/) | JavaScript runtime |
| [Express](https://expressjs.com) | Web framework to Node.js |
| [Typescript](https://www.typescriptlang.org/) | Javascript superset language |
| [Express session](https://www.npmjs.com/package/express-session) | Simple session middleware for Express |
| [Nodemailer](https://nodemailer.com/) | Email sending in Node.js |
| [Cloudinary](https://cloudinary.com) | Helpful with uploading images |
| [Joi](https://joi.dev/api) | Library for validation |
| [Docker](https://www.docker.com/) | An open platform for developing, shipping, and running applications |
| [PostgreSQL](https://www.postgresql.org) | Relational database |
| [Prisma](https://www.prisma.io) | ORM for TypeScript and Node.js |
## Performance 💨

## Installation 💿
```bash
git clone https://github.com/Bartek532/book-searcher.git
yarn install
#set up your environment variables
cp apps/server/.env-sample apps/server/.env
cp apps/client/.env-sample apps/client/.env
docker-compose up
docker exec -i book-searcher-db psql -U librarian -d book-searcher < DUMP.sql #import data to database
yarn dev
```
## Live 🎆
https://book-searcher.vercel.app