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.
- Host: GitHub
- URL: https://github.com/jestebandev/dragonballapp
- Owner: JEstebanDev
- Created: 2025-04-28T00:14:11.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-04-28T12:33:33.000Z (11 months ago)
- Last Synced: 2025-04-28T13:37:56.512Z (11 months ago)
- Topics: angular, aws, lambda, nodejs, postman
- Language: TypeScript
- Homepage:
- Size: 177 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.