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

https://github.com/jestebandev/dragonballapp

This repository was developed with Angular to interact with the services of a serverless application deployed on AWS.
https://github.com/jestebandev/dragonballapp

angular aws lambda nodejs postman

Last synced: 3 months ago
JSON representation

This repository was developed with Angular to interact with the services of a serverless application deployed on AWS.

Awesome Lists containing this project

README

          

# 🐲 DragonBallApp

Welcome to the **DragonBallApp**, a web application built with **Angular** to explore and manage Dragon Ball characters!

---

## 📦 Installation

1. Install project dependencies:

```bash
npm install
```

2. Start the development server:

```bash
npm run start
```

This will launch the application locally at `http://localhost:4200/`.

---

## 🔗 Postman Collection

A Postman collection is included to easily test the available API endpoints.

- It contains pre-configured requests for all the services used by the application.
- Use it to verify backend connections and ensure the services are running properly.

> 💡 **Tip:** Change the URL in the service before testing with the App and testing with Postman.

---

## 🖥️ Lambda Code

The `lambda_nodejs.js` file includes the necessary code to be deployed and executed within AWS Lambda.