Notye1K / pokelist-API

pokelis-API

Home Page:https://pokelist-psi.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PokeList

A pokemon list where you can see the pokemon status and comments about it.

pokeList

Try it out now at https://pokelist-psi.vercel.app/

About

Pokemons' info obtains from http://pokeapi.co

Below are the implemented features:

  • List of all pokemons
  • A pokemon page where you can see the height, weight and type of that pokemon
  • Input where you can search for a pokemon
  • Google login
  • See comments
  • Comment

Technologies

The following tools and frameworks were used in the construction of the project:

cors; dotenv; express; prisma; nodemon; typescript; jest; supertest;

How to run

  1. Clone this repository
  2. Install dependencies

npm i

  1. Add and config a .env file
  2. Run the back-end with

npm run dev

This script will run your back-end on http://localhost:5000. This is where you can do a requisition.

  1. Clone the front-end repository at https://github.com/Notye1K/pokelist
  2. Follow instructions to run the front-end at https://github.com/Notye1K/pokelist#readme

About

pokelis-API

https://pokelist-psi.vercel.app/


Languages

Language:TypeScript 91.7%Language:JavaScript 6.6%Language:Shell 1.7%