Skip to content

ZbCiok/spring-boot-vuejs-nn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

Install PostgreSQL

see: backend/src/main/resources

CREATE TABLE public.user
(
  id integer,
  login character varying,
  type character varying,
  avatar_url character varying,
  created_at timestamp with time zone,
  request_count integer,
  calculations numeric,
  CONSTRAINT unique_user_1 PRIMARY KEY (id)
)

Read and do:

  1. /backend/README.md
  2. /frontend/README.md

mvn spring-boot:run

nn.html

About

Example project showing how to build a Spring Boot app with Vue.js GUI and PostgreSQL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published