{"id":27603195,"url":"https://github.com/lrasata/pokedex","last_synced_at":"2026-04-12T15:02:16.054Z","repository":{"id":289253718,"uuid":"970178147","full_name":"lrasata/pokedex","owner":"lrasata","description":"This project is a full-stack application built with GraphQL, NodeJS, Express, MongoDB, Mongoose, React and MUI. ","archived":false,"fork":false,"pushed_at":"2025-04-30T08:52:08.000Z","size":615,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-30T09:38:08.868Z","etag":null,"topics":["express","full-stack","graphql","javascript","mongodb","mongoose","mui","nodejs","react","testcafe"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lrasata.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-21T15:51:17.000Z","updated_at":"2025-04-28T10:58:55.000Z","dependencies_parsed_at":"2025-04-22T11:22:52.241Z","dependency_job_id":null,"html_url":"https://github.com/lrasata/pokedex","commit_stats":null,"previous_names":["lrasata/pokedex"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lrasata/pokedex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lrasata%2Fpokedex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lrasata%2Fpokedex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lrasata%2Fpokedex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lrasata%2Fpokedex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lrasata","download_url":"https://codeload.github.com/lrasata/pokedex/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lrasata%2Fpokedex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276077864,"owners_count":25581289,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-20T02:00:10.207Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["express","full-stack","graphql","javascript","mongodb","mongoose","mui","nodejs","react","testcafe"],"created_at":"2025-04-22T19:13:47.494Z","updated_at":"2025-09-20T09:37:18.207Z","avatar_url":"https://github.com/lrasata.png","language":"TypeScript","readme":"# Pokedex\n\nThis project is a **full-stack application** built with `NodeJS, Express, MongoDB, Mongoose, GraphQL, React and Mui`.\nThe purpose of this project is to serve as a practice to get familiar with `GraphQL`.\n\n## Features\n### User can view all pokemon cards\n\u003cimg src=\"./docs/pokedex.png\" alt=\"pokedex\" height=\"500\"\u003e\u003cimg src=\"./docs/mobile-pokedex.png\" alt=\"mobile pokedex\" height=\"500\"\u003e\n\n### User can search pokemons by name, number or type\n\u003cimg src=\"./docs/pokedex-filter.png\" alt=\"pokedex filter\" height=\"500\"\u003e\n\n## Backend\n\n### Prerequisites\nProvide in the `.env` the MongoDB URI and a JWT secret for JWT generation.\n\u003e In this MongoDB Atlas was used\n\n```\nMONGO_URI=\nALLOWED_ORIGIN=\n```\n\n- For `ALLOWED_ORIGIN` specify the frontend url, example : `ALLOWED_ORIGIN=http://localhost:5173`\n\n\n### Installation and Setup Instructions\n\nYou will need `node` and `npm` installed globally on your machine.\n\nMove to frontend folder:\n`cd ./backend`\n\nInstallation:\n\n`npm install`\n\n\nTo Start Server:\n\n`npm start`\n\nServer is running on PORT:\n\n`http://localhost:8080/`\n\n## Usage - Populate the MongoDB database\nRun the `graphql` statement in `backend/snippets/createAllPokemon.graphql` to populate your mongodb database with data.\n\nAs an example, you can use `Postman`\n\n\u003cimg src=\"./docs/postman.png\" alt=\"postamn example\" height=\"300\"\u003e\n\n\u003e Please note that the example of data provided in `backend/snippets/createAllPokemon.graphql` is definitely not exhaustive. As the purpose of this project is only to practice GraphQL.\n\n## Frontend\n\n### Prerequisites\nProvide in the `.env` the backend url.\n\n```\nVITE_BACKEND_API_URL=http://localhost:8080\n```\n\n- For `VITE_BACKEND_API_URL` specify the backend url.\n\n### Installation and Setup Instructions\n\nYou will need `node` and `npm` installed globally on your machine.\n\nMove to frontend folder:\n`cd ./frontend`\n\nInstallation:\n\n`npm install`\n\n\nTo Start Server:\n\n`npm run dev`\n\nTo Visit App:\n\n`http://localhost:5173/`\n\n### Acknowledgement\nThis project took strong inspiration from the following resources :\n- https://github.com/dgraph-io/graphql-sample-apps/tree/master/pokedex","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flrasata%2Fpokedex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flrasata%2Fpokedex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flrasata%2Fpokedex/lists"}