An open source web application developed with NextJS (TS), working with a Flask API and MongoDB.
- Adding Book to library with his name, author, img, summary, pages number, ean...
- See and adjust books status : Reading, To read, To buy, Read.
- Node and npm to install dependencies
# 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 devOpen 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