A sample app for storing your cats info. Made with Spring Framework and Angular.
- Java 8
- Maven
- NPM
Go to springbackend
directory and ...
- Edit
src/main/resources/application/properties
and set thestore.path
to a local file path to save the data in JSON - Generate a WAR file with
mvn war:war
and deploy it to a Tomcat server
Go to web-frontend
directory and ...
- Edit
src/environments/environment.ts
andsrc/environments/environment.prod.ts
to set the backend URL for development and production. - Run
npm start