Skip to content

Repository files navigation

Basic Full-stack

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

Prerequisites

Getting Started

Run the following commands to initialize the project:
Note: The following commands assumes that everything is already setup.

Spring boot Backend
  • git clone https://github.com/aces2808/basic-fullstack.git.
  • cd basic-fullstack
  • mvn dependency:resolve
  • mvn clean install spring-boot:run -pl fullstack-user-api
  • Launch
Web UI
  • cd web-fullstack-ui
  • npm install
  • ng serve --open this will launch the web ui through the default browser.
Mobile UI
  • cd mobile-fullstack-ui
  • npm install
  • ionic serve --lab this 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.

About

This is intended for learning of creating a basic full-stack with Angular 5, Ionic 3, Spring boot 2 and AWS

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages