Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theswordbreaker/task
Simple Web Api Application Which is used to deploy on cloud.
https://github.com/theswordbreaker/task
Last synced: about 1 month ago
JSON representation
Simple Web Api Application Which is used to deploy on cloud.
- Host: GitHub
- URL: https://github.com/theswordbreaker/task
- Owner: TheSwordBreaker
- Created: 2021-04-09T13:25:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-10T20:51:53.000Z (over 3 years ago)
- Last Synced: 2024-04-09T13:38:05.788Z (7 months ago)
- Language: JavaScript
- Homepage: https://my-task-12.herokuapp.com/api-docs
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Task
Simple Web Api WHich need to deploy on cloud.
## Objective:
Make a post request where one can pass in
user details in JSON format with the following details:
Id, Name, mobile number, age.
Get this detail and store them in a DB.Make a get request to get the details of any user based on the query parameters passed in the URL.
For eg: http://endpoint.com/user/age/10
Should return the details of all the users with age 10 (JSON).
Similarly, one should be able to query the data using the name, ID, mobile number.Also, describe in detail the security measures you'd want
to employ while deploying any API engine
(like the one you'll make here) in production.# Expected:
1. Data flow diagram for the request.
2. Block diagram of the deployment.
1. heroku
![heroku](/resources/heroku.png)2. Aws
![Aws](/resources/aws.png)
3. Deployed endpoint with documentation.https://my-task-12.herokuapp.com/api-docs