Skip to content

Knlsharma/Form-Entry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CRUD SPA (Single Page Application) with Angular 7.0 and Spring Boot 2.1

Application contains two modules:

Technology stack:

  • Java 8
  • Angular 7.0
  • Angular Material
  • Angular CLI
  • Spring Boot 2.1
  • Maven 3+
  • PostgresSQL 11

Prerequisites:

  • Java 8
  • Node.js 8+

Getting Started

To install this example application, run the following commands:

git clone https://github.com/Knlsharma/registration_module.git
cd registration_module

To run the server, cd into the server folder and run:

mvn registration_module

To run the client, cd into the client folder and run:

npm install && npm start

Exposed ports:

CLIENT  : 4200
SERVER  : 8080

Development

To build the application and start a web server (auto update during development)

ng serve -o