Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 792 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 792 Bytes

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