https://github.com/knowledgefactory4u/kotlin-spring-angular-mongo-crud
Kotlin, Spring Boot, Angular CRUD
https://github.com/knowledgefactory4u/kotlin-spring-angular-mongo-crud
angular angular10 crud-application kotlin spring-boot
Last synced: 6 months ago
JSON representation
Kotlin, Spring Boot, Angular CRUD
- Host: GitHub
- URL: https://github.com/knowledgefactory4u/kotlin-spring-angular-mongo-crud
- Owner: knowledgefactory4u
- License: gpl-3.0
- Created: 2021-01-05T17:30:59.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-08-14T08:19:55.000Z (over 3 years ago)
- Last Synced: 2025-06-27T15:06:16.130Z (6 months ago)
- Topics: angular, angular10, crud-application, kotlin, spring-boot
- Language: TypeScript
- Homepage: https://www.knowledgefactory.net/2021/01/angular-10-kotlin-spring-boot-mongo-db-crud.html
- Size: 162 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Angular + Kotlin +Spring Boot + Mongo DB CRUD Example - Fullstackdevelopment
Backend Local setup:
```
Step 1: Download or clone the source code to a local machine.
Step 2: mvn clean install
Step 3: Run the application or mvn spring-boot:run
```
Frontend Local setup:
```
Step 1: The npm install installs all modules that are listed on package.json file and their dependencies
npm install
Step 2: Run the Frontend application
ng serve
```
Hit http://localhost:4200 link in a browser
UI