https://github.com/rodielm/fluffy-potato
https://github.com/rodielm/fluffy-potato
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rodielm/fluffy-potato
- Owner: Rodielm
- License: apache-2.0
- Created: 2025-02-20T09:34:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-20T10:46:11.000Z (over 1 year ago)
- Last Synced: 2025-02-20T11:24:54.356Z (over 1 year ago)
- Language: HTML
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Full-Stack Project
This repository contains a technical test with a backend developed in **Spring Boot (Java)** and a frontend developed in **Angular**.
## Backend Test (Spring Boot)
### How to Run the Backend
1. **Clone the repository**
```bash
git clone https://github.com/tu-usuario/tu-repositorio.git
cd backend
```
2. **Configure the `application.properties` o `application.yml`**
3. **Compile and run the application**
```bash
mvn clean install
mvn spring-boot:run
```
## Frontend Test (Angular)
### How to Run the Frontend
1. **Go to the frontend folder**
```bash
cd frontend
```
2. **Install dependencies**
```bash
npm install
```
3. **Run the project**
```bash
ng serve
```
4. **Open in the browser**
- `http://localhost:4200`
---