This project was generated with Angular CLI version 7.3.7.
SprintBoot version 2.1.7.BUILD-SNAPSHOT
Servlet engine: Apache Tomcat/9.0.21
Clone the project KodiakNote
Start the apache + MySQL servers in your computer
Use application.properties to change database configurations
Then open the backend folder run Maven install
After that, run the KodiakNotesApplication.java file as java application
Do cd frontend and install dependencies npm install
Run ng serve for the frontend user application. Navigate to http://localhost:4200/.
In a new teraminal do cd backend and install dependencies npm install
Run ng serve --port 4300 for the frontend admin application. Navigate to http://localhost:4300/.