API containing the entire COD Modern Warfare/Warzone arsenal
See full documentation at: https://codmw-arsenal.herokuapp.com/swagger-ui.html
- Season 6 Patch:
- New weapons AS VAL and SP-R208 and Origin nerf.
- Spring Boot
- MongoDB
- Faça um fork desse repositório;
- Cria uma branch com a sua feature:
git checkout -b minha-feature
; - Faça commit das suas alterações:
git commit -m 'feat: Minha nova feature'
; - Faça push para a sua branch:
git push origin minha-feature
.