Pokemon team management API.
English | Português
- Download docker and compose here
- Clone the repository
git clone https://github.com/DionVitor/PokeTeam/
- Go to repository
cd PokeTeam/
- Build containers
make start
- Create tables in database
make migrate
- Enter in swagger documentation
- Register your user:
/register
- Login in api:
/accounts/login
or in button "Log in" in swagger - Create, delete or get team:
/manipulate_team
- Search pokemons to add in your team:
/search_pokemon
- Add or delete pokemons in yout team:
/pokemon_team
- To logout:
/accounts/logout
or in button "Django Logout" in swagger
- Clean Architecture
- MTV
- REST
- Repository Pattern
Make by Dion Vítor, Contact: