Skip to content

PeZeqo/PokemonDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PokemonDB

How to Run:

  1. Clone github
  2. Import dump file in MySQL Workbench (server -> data import -> self contained file)
    • Ensure target DB name is 'pokemon'
  3. Install Python 3.6
  4. Install requirements (located within flaskProject)
    • python -m pip install -r reqs.txt
  5. Update config.json in flaskProject to target your DB correctly
  6. Run "app.py" in flaskProject (python app.py)
  7. Access http://127.0.0.1:5000/ to check Swagger API

About

Open Source Database and Backend API framework for creating Pokémon like games.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages