gulistanboylu / book-worm

A personal to keep a book log

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

main branch title same file edit change 30

Test the changes

Run via Mavenbbbb

Y_ou will need to have mvn (version 3.5 or later), npm, and node (version 14.x) installed._

mvn spring-boot:run

You will be able to access the UI via localhost:8080 as well as view the Swagger API documentation via http://localhost:8080/swagger-ui.html

Run via Docker

test table
  • Use the Dockerfile in this repository that will build an image with the app, or use the docker-compose.yml file which does it automatically for you:
  • test bullets
docker-compose up

Roles

Role Name GitHub Username
Product Manager Alan Parkinson @aparkinson
Software Developer George McCreadie @isitgeorge
Software Developer Matt Cooper @mc00905
Software Developer Gulistan 'Rose' Boylu @gulistanboylu

example for multi line code

let mix = require('laravel-mix');
let tailwindcss = require('tailwindcss');


mix.postCss('dev/styles.css', 'prod/css', [
  tailwindcss('./tailwind.config.js'),
])```

About

A personal to keep a book log


Languages

Language:JavaScript 100.0%