https://github.com/ricoledan/digimon-api
👾
https://github.com/ricoledan/digimon-api
Last synced: 11 months ago
JSON representation
👾
- Host: GitHub
- URL: https://github.com/ricoledan/digimon-api
- Owner: Ricoledan
- Created: 2023-05-21T16:53:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-22T21:59:36.000Z (about 3 years ago)
- Last Synced: 2025-02-27T19:57:54.217Z (over 1 year ago)
- Language: TypeScript
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Digimon API
## Commands
Run the program
```bash
deno task start
```
Run the program and watch for file changes
```bash
deno task dev
```
Run the tests
```bash
deno task test
```
Run the benchmarks
```bash
deno task bench
```
Check the list of available tasks
```bash
deno task
```
Generate data
```bash
deno run -A ./scripts/generate_data.ts
```
## Roadmap
- [ ] Error Handling
- [ ] Add tests
- [ ] Add benchmarks
- [ ] Add CI/CD
- [ ] Add Database
- [ ] Add Authentication
- [ ] Add Authorization
- [ ] Add Rate Limiting
- [ ] Add Caching
- [ ] Add Logging
- [ ] Add Monitoring
- [ ] Add Tracing
- [ ] Add Pagination
- [ ] Support GraphQL
- [ ] Add Code Coverage