This project offers a RESTful API with data from Pokémon Mystery Dungeon: Rescue Team DX in JSON format. It was inspired by the PokeAPI project and is half for my fun, half for practising Go and other technologies.
Technologies and core libraries used in this project:
- Go
- net/http
- httprouter
- PostgreSQL with pgx
- redis with go-redis/redis
- lumberjack
The data is provided as .csv-files ready to be imported into the database with the provided scripts. It was gratefully (manually) collected from serebii.net, bulbapedia.bulbagarden.net and game8.co.
Pokémon and Pokémon character names are trademarks of Nintendo.