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

https://github.com/rodielm/fluffy-potato


https://github.com/rodielm/fluffy-potato

Last synced: 2 months ago
JSON representation

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`

---