Book Advisor is a web application that aims to help the planning and writing of books.
Read the documentation in order to discover the features of Book Advisor.
Book Advisor is a web application built using Clojure in the backend and Vue.js on the frontend.
Install OpenJDK 11, Node.js >= 20.15.1, and Docker (Docker compose).
Build and run the backend in Docker:
./build_development.shBuild and run the frontend:
cd bookadvisorfrontend
npm run devBuild and run the backend and frontend in Docker:
./build.sh