This web application is a simple application to manage a list of books.
This applications consists of three parts:
- Frontend: Single Page Application built with: React and tailwindcss.
- Createbook: HTTP REST API built with Node.js, Express and MongoDB.
- Listbook: HTTP REST API built with Node.js, Express and MongoDB.
to start the application use docker compose:
docker-compose up --build
once the app is running you can open:
on your browser.