Skip to content

A sample web project made with Spring and Angular

Notifications You must be signed in to change notification settings

yg-apaza/spring-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spring Demo

A sample app for storing your cats info. Made with Spring Framework and Angular.

Live demo: Backend, Frontend

Screenshot of Spring Demo

Requirements

  • Java 8
  • Maven
  • NPM

Installing

Backend

Go to springbackend directory and ...

  1. Edit src/main/resources/application/properties and set the store.path to a local file path to save the data in JSON
  2. Generate a WAR file with mvn war:war and deploy it to a Tomcat server

Frontend

Go to web-frontend directory and ...

  1. Edit src/environments/environment.ts and src/environments/environment.prod.ts to set the backend URL for development and production.
  2. Run npm start

About

A sample web project made with Spring and Angular

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published