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

https://github.com/rohithgowdam/pokemon-details

A django website on pokemon details.
https://github.com/rohithgowdam/pokemon-details

django pokemon pokemon-details pokemons sqlite sqlite3 webiste

Last synced: about 2 months ago
JSON representation

A django website on pokemon details.

Awesome Lists containing this project

README

          

# Pokemon
This is a django project on pokemon details where u can search about pokemons and know there details
**How to run the project:**
1. Clone the repo using the link.
-`https://github.com/RohithgowdaM/Pokemon.git`
2. Python should be installed. Install necessary libraries like django, pandas, sqlite3 etc.
3. After cloning open the terminal and open the folder and run the following commands during initializations

### Command
```bash
python manage.py makemigrations
python manage.py migrate
```

4. Edit home.html page and enable upload the csv file button and click the button to upload to database and disable the button.
5. Then run the command to start the application and enjoy the pokemon application.

![image.png](static/img/pokemonbg.jpg)