Skip to content

Pokedex with python flask app as a server and react.js as a client

License

Notifications You must be signed in to change notification settings

KarlssonIvan/pokedex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokedex

Pokedex with python flask app as a server and react.js as a client

  1. Install Dependencies in Root Folder

    In the root folder, run:

    npm install
    
    
  2. Install Dependencies in frontend Folder

    In the frontend folder, run:

    npm install
    
  3. Install Dependencies in backend Folder

    In the backend folder, run:

     python3 -m venv venv
     source venv/bin/activate
     pip install -r requirements.txt
    
    
  4. Run the project Folder Move to root folder, run:

    npm run deploy
    
  5. Open your prefered browser Navigate to : 'http://127.0.0.1:8000'

About

Pokedex with python flask app as a server and react.js as a client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published