Skip to content

Pokedex made out of React and FastAPI. Save pokemons in categories

Notifications You must be signed in to change notification settings

monu11296/pokedex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

To run backend

cd backend/python

sudo apt install python3

sudo apt install python3-pip

Create a virtual environment

pip3 install --user virtualenv

virtualenv venv

source venv/bin/activate

Install dependencies

pip3 install -r requirements.txt

Start App

uvicorn main:app --reload

To run frontend

cd frontend

yarn install

yarn start

About

Pokedex made out of React and FastAPI. Save pokemons in categories

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published