An open API service indexing awesome lists of open source software.

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

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