Code Monkey home page Code Monkey logo

jump-the-queue's Introduction

Jump The Queue

Source code and documentation for the JumpTheQueue tutorial application.
Documentation is provided in the form of a step-by-step guide suited for new devonfw users.

Building application on local

To build application on local execute below commands:

  1. Download latest devonfw-ide from here. More details to setup devonfw -ide can be found here.

  2. Once ide setup is done. Clone jump-the-queue application in workspace:

    git clone https://github.com/devonfw/jump-the-queue.git

  3. ** Building and running Jump-the-queue backend:**

    To build backend navigate to jump-the-queue\java\jtqj folder from command line and execute command mvn clean install.

    To run BE using jar navigate to jump-the-queue\java\jtqj\server\target from command line and execute java -jar jtqj-server-bootified.war
    OR
    Alternatively, you can launch application using mvn spring-boot:run command. Navigate to jump-the-queue\java\jtqj\core folder from command line and execute mvn spring-boot:run

  4. Build Jump-the-queue front-end:

    To build Jump-the-queue front-end navigate to jump-the-queue\angular folder from command line and execute command yarn install. To launch jump-the-queue FE navigate to jump-the-queue\angular folder from command line and execute yarn start. Alternatively, you can use npm if you face issues with yarn (build using npm install and launch using npm start).

  5. Access the application.

    While registering user or login if you get access error check on browser console if you are getting CORS related issue. Clear the browser cache and try once again. Or remove security.cors.spring.allowedOriginPatterns=* and add security.cors.spring.allowedOrigins=http://localhost:4200. localhost:4200 is default port where angular application starts in case you have changed port please change it in respective property as well.

Please visit the wiki tab to begin the walkthrough.

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.