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

https://github.com/ryukazari/simulated-crud

CRUD using Angular 9 and JSONplaceholder API deployed in S3-bucket from AWS
https://github.com/ryukazari/simulated-crud

angular9 jsonplaceholder-api s3-bucket static-website

Last synced: 17 days ago
JSON representation

CRUD using Angular 9 and JSONplaceholder API deployed in S3-bucket from AWS

Awesome Lists containing this project

README

          

# CRUD: Angular 9 + JSONplaceholer API
CRUD using Angular 9 and JSONplaceholder API deployed in S3-bucket from AWS
----------------------------------------
Acerca de:
----------------------------------------

Technologies
------------
* [Angular 9](https://angular.io/)
* [AWS S3](https://aws.amazon.com/)
* [Maven ](https://maven.apache.org/)

Environment Variables
---------------------

| Variables | Description | Value |
| ------ | ------ | ------ |
| URL_API | URL: JSONplaceholder API | https://jsonplaceholder.typicode.com/ |
----------------------------------------
Commands:
----------------------------------------
- `npm install` - run to install all dependencies of the project`
- `ng serve` - to run the project in a local developer environment`
- `ng build --prod` - to create dist file`