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
- Host: GitHub
- URL: https://github.com/rahul-ghadge/email-application
- Owner: rahul-ghadge
- Created: 2019-12-26T13:39:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T13:20:33.000Z (over 2 years ago)
- Last Synced: 2025-01-19T13:15:22.720Z (5 months ago)
- Topics: angular8, bootstrap4, json, mongodb, mongotemplate, restful-api, spring-boot
- Language: TypeScript
- Homepage:
- Size: 866 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Email-application
Email application built with Angular8, Spring Boot and MongoDB using mongoTemplateTo run frontend goto Email-application/email-app
update dependencies
> npm installRun angular application
> ng serveGoto 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`