A basic full-stack project to ramp up the learning curve of the following technologies:
- Angular
- Ionic
- Spring boot
- Spring Security
- SSO via Oauth2
- Docker
- AWS
- Java 8 - JDK Version
- Maven - Dependency Management
- Node Js - JS Runtime
- Angular CLI - Angular Installation
- Ionic CLI - Ionic Installation
Run the following commands to initialize the project:
Note: The following commands assumes that everything is already setup.
git clone https://github.com/aces2808/basic-fullstack.git.cd basic-fullstackmvn dependency:resolvemvn clean install spring-boot:run -pl fullstack-user-api- Launch
cd web-fullstack-uinpm installng serve --openthis will launch the web ui through the default browser.
cd mobile-fullstack-uinpm installionic serve --labthis will launch the mobile ui through the default browser.
We will use all of the existing codes to tailor to all of the technologies above.