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

https://github.com/ricoledan/digimon-api

👾
https://github.com/ricoledan/digimon-api

Last synced: 11 months ago
JSON representation

👾

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