Skip to content

Commit

Permalink
Fix frontend build with Angular 16 and update Sprint Boot to version 2 (
Browse files Browse the repository at this point in the history
#77)

Co-authored-by: Josep Boix Requesens <[email protected]>
  • Loading branch information
pyby and jboix authored Nov 10, 2023
1 parent ff520f2 commit 4d83349
Show file tree
Hide file tree
Showing 65 changed files with 13,505 additions and 1,167 deletions.
11 changes: 11 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[*]
charset = utf-8
indent_style = space
indent_size = 4
max_line_length = 120
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[{*.md, .gitignore, .editorconfig}]
max_line_length = 85
27 changes: 25 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,35 @@ target/
*.iml
*.ipr

# Visual Studio Code
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history/*

### NetBeans ###
nbproject/private/
build/
nbbuild/
dist/
nbdist/
.nb-gradle/
src/main/resources/static
portal-app/node

### Execution ###
node_modules/
logs/
npm-debug.log
yarn-error.log

### Compiled output ###
tmp/
out-tsc/
overlays/
.angular/

### System Files ###
.DS_Store
Thumbs.db
stats/
7 changes: 6 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ Playfff is a SRG micro service to serve extra datas to Play applications. Playff

## Installation

A Java development environment with Maven is needed. To run the NodeJS server, `npm` and `python` (python 2) are needed as well.
A Java 1.8 development environment with Maven is needed. To run the NodeJS server, `npm` is needed as well.

## Development
* Backend: See `pom-xml` for maven configuration.
* Frontend: See `portal-app/package.json` for Angular application.
* Run locally with in a memory database: `mvn spring-boot:run -Dspring-boot.run.jvmArguments="-DPFFF_PASSWORD=test -DPFFF_USER=test"`

## Release workflow

Expand Down
225 changes: 0 additions & 225 deletions mvnw

This file was deleted.

Loading

0 comments on commit 4d83349

Please sign in to comment.