itsgabrielu / url_shortener

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Url_shortener

Stack: BE: Spring Boot, FE: React

To get started:

  1. Clone this repo into folder of choice.
  2. Install Springboot packages via Maven:
    mvn install
  1. Run the maven packages (default port: 8080)
    ./mvnw spring-boot:run
  1. In a new terminal window, navigate to the same folder, but step into front-end folder and install the npm packages
    cd front-end; npm i
  1. Within this folder, initialize the node project (default port: 3000)
    npm start

If you do change any of the ports, you will have to adjust the CORS or frontend API call references.

About


Languages

Language:JavaScript 49.2%Language:Java 35.4%Language:HTML 10.0%Language:CSS 5.4%