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

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.

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: type deno 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