https://github.com/oslabs-beta/ptero
Ptero is a middleware for Deno build RESTful APIs.
https://github.com/oslabs-beta/ptero
deno restful-api
Last synced: about 2 months ago
JSON representation
Ptero is a middleware for Deno build RESTful APIs.
- Host: GitHub
- URL: https://github.com/oslabs-beta/ptero
- Owner: oslabs-beta
- Created: 2021-10-01T20:13:58.000Z (over 3 years ago)
- Default Branch: Main
- Last Pushed: 2021-10-28T20:57:43.000Z (over 3 years ago)
- Last Synced: 2025-04-30T19:08:48.364Z (about 2 months ago)
- Topics: deno, restful-api
- Language: TypeScript
- Homepage:
- Size: 1.67 MB
- Stars: 40
- Watchers: 3
- Forks: 8
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to Ptero!!
There is currently no end-to-end solution to accelerate and monitor Deno built APIs. Ptero is a Deno built middleware application that allows API owners to get user information from their API as well as adding a Redis caching system to the API.There are two parts to this application Ptero, the actual Deno module that one would load into their project and PteroView desktop app to view the logged statistics.
## PteroView
PteroView is a Electron application that will allow the API host to to manage all the logs to the server and visualize their metrics in variety of ways. For more information about the metrics, please refer to the document in (PteroView)[Client/README.md]### To Get Started:
- [ ] cd Client
- [ ] npm install## Ptero - Server Side
Ptero allows data### To Get Started:
#### If you have not already installed or updated Deno:
- [ ] Install deno: https://github.com/denoland/deno_install
- [ ] Update if not sure of version: typedeno upgrade
in your terminal.## Contributors
- [Quentin Rousset](https://github.com/qrousset/)
- [Rachel Weller](https://github.com/wellerr3/)
- [Brian Vazquez](https://github.com/brianvazquez9)
- [David Rhee](https://github.com/rheed14)## Other Documents
- PteroView - [README.md](Client/README.md)
- Ptero (server-side) - [README.md](Ptero/README.md)
- For more documentation - [Ptero](https://deno.land/x/ptero) in Deno.land