Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abroudoux/pokemon-battle-simulator
🐉 REST API to simulate Pokemon duels.
https://github.com/abroudoux/pokemon-battle-simulator
api api-rest gin go golang pokemon
Last synced: about 1 month ago
JSON representation
🐉 REST API to simulate Pokemon duels.
- Host: GitHub
- URL: https://github.com/abroudoux/pokemon-battle-simulator
- Owner: abroudoux
- License: mit
- Created: 2024-05-27T14:24:23.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-03T15:15:06.000Z (3 months ago)
- Last Synced: 2024-10-11T09:41:26.228Z (2 months ago)
- Topics: api, api-rest, gin, go, golang, pokemon
- Language: Go
- Homepage:
- Size: 76.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pokemon-battle-simulator
![Repo Size](https://img.shields.io/github/repo-size/abroudoux/pokemon-battle-simulator)
![License](https://img.shields.io/badge/license-MIT-red)
![Go Version](https://img.shields.io/github/go-mod/go-version/abroudoux/pokemon-battle-simulator)## 💻・About
REST API to simulate Pokemon duels and Pokedex
## 🎯・Setup
To run the project, start Air server
```bash
cd cmd/api && air
```## 🧑🤝🧑・Contributing
Feel free to contribute to the project !
## 🎯・Roadmap
v1 on the way...
## 📑・Licence
This project is under MIT license. For more information, please see the file [LICENSE](./LICENSE).