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
- Host: GitHub
- URL: https://github.com/ryukazari/simulated-crud
- Owner: ryukazari
- Created: 2020-08-04T04:43:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-21T07:48:21.000Z (about 3 years ago)
- Last Synced: 2025-12-26T12:47:13.295Z (5 months ago)
- Topics: angular9, jsonplaceholder-api, s3-bucket, static-website
- Language: TypeScript
- Homepage: http://simulatingcrud.s3-website-sa-east-1.amazonaws.com/#/home
- Size: 1.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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`