https://github.com/spaames/personal-book-librairy
[Next.js] Application for managing a personal book collection. Work with a scraping API and a mongo database
https://github.com/spaames/personal-book-librairy
book isbn librairy mongodb nextjs typescript
Last synced: 2 months ago
JSON representation
[Next.js] Application for managing a personal book collection. Work with a scraping API and a mongo database
- Host: GitHub
- URL: https://github.com/spaames/personal-book-librairy
- Owner: Spaames
- License: mit
- Created: 2025-02-27T10:12:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-27T10:16:38.000Z (over 1 year ago)
- Last Synced: 2025-02-27T14:03:39.274Z (over 1 year ago)
- Topics: book, isbn, librairy, mongodb, nextjs, typescript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Panthota - Personal Book Library
An open source web application developed with NextJS (TS), working with a Flask API and MongoDB.
## Features
- Adding Book to library with his name, author, img, summary, pages number, ean...
- See and adjust books status : Reading, To read, To buy, Read.
## Installation
### Prerequisites
- **Node and npm** to install dependencies
### Installation and Running steps
```bash
# Clone the repo
git clone https://github.com/Spaames/personal-book-librairy.git
cd personal-book-librairy
# Install packages
npm install
# run the app (dev)
npm run dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You need to create and use an .env file for mongodb conf.
You can use it here : [Panthota](https://panthota.rdkaizen.fr)
## Endpoint