Angular-10-Spring-Boot-CRUD-Full-Stack-App
Angular Spring Boot CRUD Full Stack App created for my YouTube course
File Explorer
Download Latest Version (.zip)- app.e2e-spec.ts
- app.po.ts
- protractor.conf.js
- tsconfig.json
- create-employee.component.css
- create-employee.component.html
- create-employee.component.spec.ts
- create-employee.component.ts
- employee-details.component.css
- employee-details.component.html
- employee-details.component.spec.ts
- employee-details.component.ts
- employee-list.component.css
- employee-list.component.html
- employee-list.component.spec.ts
- employee-list.component.ts
- update-employee.component.css
- update-employee.component.html
- update-employee.component.spec.ts
- update-employee.component.ts
- app-routing.module.ts
- app.component.css
- app.component.html
- app.component.spec.ts
- app.component.ts
- app.module.ts
- employee.service.spec.ts
- employee.service.ts
- employee.spec.ts
- employee.ts
- .gitkeep
- environment.prod.ts
- environment.ts
- favicon.ico
- index.html
- main.ts
- polyfills.ts
- styles.css
- test.ts
- .browserslistrc
- .editorconfig
- .gitignore
- angular.json
- karma.conf.js
- package-lock.json
- package.json
- README.md
- tsconfig.app.json
- tsconfig.base.json
- tsconfig.json
- tsconfig.spec.json
- tslint.json
- maven-wrapper.jar
- maven-wrapper.properties
- MavenWrapperDownloader.java
- EmployeeController.java
- ResourceNotFoundException.java
- Employee.java
- EmployeeRepository.java
- SpringbootBackendApplication.java
- application.properties
- SpringbootBackendApplicationTests.java
- .gitignore
- mvnw
- mvnw.cmd
- pom.xml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/RameshMF/Angular-10-Spring-Boot-CRUD-Full-Stack-App
Downloads the entire project code from GitHub to your computer.
cd Angular-10-Spring-Boot-CRUD-Full-Stack-App
Moves into the project folder you just downloaded.
2. Maven (Java)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java projects.
- Maven The build tool used for the mvn command.
cd springboot-backend
This project's files live in a subfolder, so move into it first.
mvn clean install
Installs dependencies and builds the project using Maven.
A BUILD SUCCESS message means it worked. The output is created under target/.
3. Node.js
EasyPrerequisites
cd angular-frontend
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
