An open API service indexing awesome lists of open source software.

https://github.com/rahul-ghadge/email-application

Email application built with Angular8, Spring Boot and MongoDB using mongoTemplate
https://github.com/rahul-ghadge/email-application

angular8 bootstrap4 json mongodb mongotemplate restful-api spring-boot

Last synced: 3 months ago
JSON representation

Email application built with Angular8, Spring Boot and MongoDB using mongoTemplate

Awesome Lists containing this project

README

        

# Email-application
Email application built with Angular8, Spring Boot and MongoDB using mongoTemplate

To run frontend goto Email-application/email-app

update dependencies
> npm install

Run angular application
> ng serve

Goto http://localhost:4200

## spring-boot-mongo-email-app

To run backend open Email-application/spring-boot-mongo-email-app in any favourite IDE

update maven dependencies

BUILD the application as Maven Project

> mvn clean install

Run Jar file from target folder

> java -jar spring-boot-mongo-email-app-1.0.0.jar

Or Run application without creating jar in IDE(Eclipse/Intellij)

> Run Spring main class `EmailAppApplication` from package `com.arya.demo`