Giter VIP home page Giter VIP logo

caerdydd's Introduction

pipeline status coverage report

Getting Started

Prepare Development Environment

  1. Install JDK 11 : (jdk 11.0.18+10)

  2. Install Maven : Maven

    • Download Binary (zip for Win tar.gz for Mac)
    • Extract the file in your dev env
    • Add the bin path to your $PATH

  1. Install Node.js : (LTS : v18.15.0)

    • Install the Angular CLI :

      • FOR WINDOWS ONLY

        • Start Powershell with Admin Rights
        • Run this :
        Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned
        • Enter 'O' and tap Enter key
      • Start Terminal and run this :

      npm install -g @angular/cli
  2. Install Docker : Docker

  3. Configure VS Code

    • Add extensions :
      • Sonar Lint
      • Docker
      • GitLens
      • Maven

Test Environment

To verify if everything is correctly setup you just have to run build.sh

To run the script, you can use :

  • Git bash on Windows
  • Standard terminal on Linux/Mac

If the script end without error, you should be ready to dev !

Build for debugging

Back

  • Run directly the Back-end with the "RUN" button on VS Code

Front

  • Start the front using :
ng serve

Build for Production

When you want to build for prod, just run the 'build.sh' script and it will start a docker container with tomcat and your front and back.

The container is located on localhost:8080

Tools Used

Back-end :

  • AZUL Zulu 11.62.17 (jdk 11.0.18+10)
  • SpringBoot 2.7.9
  • Maven 3.9.0

Font :

  • Node.js v18.15.0
  • Angular

Reference Documentation

For further reference, please consider the following sections:

Guides

The following guides illustrate how to use some features concretely:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.