Skip to content

Releases: phillipc0/WA-DP

v3.0.2 WA-DP - Docker Integration: Volume Data Persistence Fix

16 Oct 13:04
a644f58

Choose a tag to compare

Changes

Fixes

Help on installation see README.md

Full Changelog: v3.0.1...v3.0.2

v3.0.1 WA-DP - Docker Integration

16 Oct 12:03
2c78b9b

Choose a tag to compare

Changes

Major

Minor

Dependencies & Fixes

Help on installation see README.md

Full Changelog: v2.1.0...v3.0.1

v2.1.0 WA-DP - Adaptive UI

02 Oct 14:08
b991584

Choose a tag to compare

Changes

Minor

Dependencies

New Contributors

Full Changelog: v2.0.0...v2.1.0

v2.0.0 WA-DP - The Feature Update

23 Aug 19:07
92e973d

Choose a tag to compare

Changes

Major

Minor

Fixes

Dependencies

Many dependencies have been updated by @dependabot and @phillipc0

Installation for Users

  1. Download the build.zip
  2. Unzip it in a new directory
  3. Make the subdirectory /frontend available via a web server e.g. nginx
  4. Run the Backend via npm start
  5. The backend is not needed once the data has been configured and can be turned off

New Contributors

  • @Copilot made their first contribution in #150

Full Changelog: v1.0.0...v2.0.0

v1.0.0 First WA-DP Release

01 Jul 14:46
9c4a791

Choose a tag to compare

First Release of WA-DP: Developer Portfolio 🥳

The website now has all necessary features implemented and can be used by anyone with a (web-)server.

The website has a homepage showing:

  • Basic Information (e.g. name, bio)
  • Skills (e.g. Java: 69%)
  • GitHub Repos (Top 4 Public Repos shown)
  • CV with Work Experience & Education (e.g. SWE @ Google in USA)

All of those can be adjusted under /edit if the backend is running and by logging in

The frontend folder of the build is supossed to be exposed to the web (e.g. via nginx) and the backend is recommended to be running using npm start.

Full Changelog: https://github.com/phillipc0/WA-DP/commits/v1.0.0