- Clone the project from https://github.com/pavitrag123/Pokemon-Shakespear.git
- Open the solution folder in VSCode/VS
Technology: react v17.0
- Open UI project folder in VS code and run 'npm install' command
- Once installed, run 'npm run start'
Technology: .NetCore3.1
Swagger Url: http://localhost:2531/swagger/index.html
- On Solution in Visual studio and run Pokemon-Shakespear.API project
- If UI project is running at a port different than '3001', update the port in 'AllowedOrigins' appsettings
- Solution caches pokemon search results to handle sharkespeare API rate limiting of 5 calls per hr
UI: