Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REST API and SPA Example Project

This repository contains an example of a web application based on a RESTful API with Spring Boot (api/) and a single page application with Vue.js v3 (frontend/). Please refer to the README.md files in the respective folders for concrete instructions.

Quick Start

  1. Clone this repository.
  2. Follow the api/README.md instructions in the /api folder to install the prerequisites for the backend.
  3. Follow the frontend/README.md instructions in the /frontend folder to install the prerequisites the frontend.
  4. Start the API by navigating into its folder and executing
    • ./mvnw spring-boot:run
  5. Now start the frontend by navigating into its folder and executing
    • npm install
    • npm run dev

Usage

Assuming all prerequisites are fulfilled, you can follow these instructions to get to know the application:

Testing the backend

Testing the frontend

About

An example of a web application based on a RESTful API with Spring Boot and a single page application with Vue.js v3.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Used by

Contributors

Languages