https://github.com/sitmcella/book-advisor
Book Advisor is a web application that aims to help the planning and writing of books.
https://github.com/sitmcella/book-advisor
clojure storyoutliner vuejs vuetifyjs
Last synced: 2 months ago
JSON representation
Book Advisor is a web application that aims to help the planning and writing of books.
- Host: GitHub
- URL: https://github.com/sitmcella/book-advisor
- Owner: sitMCella
- License: mit
- Created: 2024-07-28T15:32:58.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-14T20:55:44.000Z (9 months ago)
- Last Synced: 2025-01-23T23:29:58.595Z (4 months ago)
- Topics: clojure, storyoutliner, vuejs, vuetifyjs
- Language: Vue
- Homepage:
- Size: 182 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Book Advisor

## Table of contents
* [Introduction](#introduction)
* [Development](#development)
* [Setup](#setup)
* [Build project](#build-project)## Introduction
Book Advisor is a web application that aims to help the planning and writing of books.
Read the [documentation](https://github.com/sitMCella/book-advisor/wiki) in order to discover the features of Book Advisor.
## Development
Book Advisor is a web application built using Clojure in the backend and Vue.js on the frontend.
### Setup
Install OpenJDK 11, Node.js >= 20.15.1, and Docker (Docker compose).
### Build and run application (development)
Build and run the backend in Docker:
```sh
./build_development.sh
```Build and run the frontend:
```sh
cd bookadvisorfrontend
npm run dev
```### Build and run application (production)
Build and run the backend and frontend in Docker:
```sh
./build.sh
```