Giter Club home page Giter Club logo

pi-deploy's Introduction

Henry

POKEMON PI

pokemon

Introduction

This is a project done as a first assigment in wich join all the technologies learned at SoyHenry bootcamp.

Project Objetives

  • Build a JavaScript App from scratch
  • Afirm and conect all the learned concepts in the Carreer

Stack of Technologies

Front End:

HTML, CSS, Javascript, React, Redux

https://pi-deploy.vercel.app/

Back End:

Node.js, Express, Sequelize.

https://pokemon-pi-henry-v1.herokuapp.com/

Database:

PostgreSQL

Starting Instructions

IMPORTANT: Necesary version of node and NPM

  • Node: 12.18.3 or higher
  • NPM: 6.14.16 or higher

BoilerPlate

The boilerPlate has two folders: api and client.

Inside api you must have to create a file called: .env that has the following form:

DB_USER=postgresuser
DB_PASSWORD=postgrespassword
DB_HOST=localhost
PORT=3001

You have to replace postgresuser and postgrespassword with your own credentials to connect to postgres database. This file will be ignored by github, as it contains sensitive information (the credentials)

Next

Connect the data base

  • Go to your postgres database manager and create a new database called pokemon, this is the name of the database to which we will connect.

Install the necesary package to run it

  • Open the project console
    • Inside api folder, run the command line, npm install
    • Inside client folder, run the command line, npm install

Run the project

  • Open the project console

    • Inside api folder, run the command line, npm start
    • Inside client folder, run the command line, npm start (go to http://localhost:3000/)

Project Screens

  • Landing-Page LandingPI

  • Loading gif LoadingPIPokemon

  • Catalogue with Pokémons HomePIPokemon

  • Filter the Pokémons FilterPIPokemon

  • Pokemon in detail PokemonDetailPIPokemon

  • Create a Pokémon! CreatePokemonPIPokemon

  • Change language changeLanguagePIPokemon

pi-deploy's People

Contributors

j1i2b345 avatar

Stargazers

 avatar Franco Nahuel Moreno avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.