Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 544 Bytes

README.md

File metadata and controls

26 lines (13 loc) · 544 Bytes

pokemon-test backend

To run this application kindly install the requirements first. pip install -r requirements.txt

Then run the main app python main.py

Swagger docs:

navigate to localhost:5000/swagger-ui to view the swagger documentation of the api

To run the react app

go to the terminal and cd into the react_app folder/directory in the application

run npm i to install the necessary dependencies.

run npm start to run the react app.

navigate to localhost:3000 to view the react app.

Thank You :)