{"id":32051220,"url":"https://github.com/jorgesandia/algorithmicclubgdafullstack","last_synced_at":"2026-04-09T23:40:02.552Z","repository":{"id":107454986,"uuid":"289949526","full_name":"jorgesandia/AlgorithmicClubGDAFullstack","owner":"jorgesandia","description":"Club de Algoritmia GDA is an organization that I founded with other friends in order to help students get an Internships, build portafolios and help them to become proactive.","archived":false,"fork":false,"pushed_at":"2020-09-14T04:51:43.000Z","size":677,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-19T03:03:46.954Z","etag":null,"topics":["api","axios","backend","express","frontend","fullstack","heroku","hooks","js","mongodb","netlify","node","react"],"latest_commit_sha":null,"homepage":"https://www.algoritmia-gda.club/","language":"JavaScript","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/jorgesandia.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":"2020-08-24T14:22:45.000Z","updated_at":"2020-09-14T04:51:45.000Z","dependencies_parsed_at":"2023-05-17T12:45:46.450Z","dependency_job_id":null,"html_url":"https://github.com/jorgesandia/AlgorithmicClubGDAFullstack","commit_stats":null,"previous_names":["jorgesandia/algorithmicclubgdafullstack"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jorgesandia/AlgorithmicClubGDAFullstack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorgesandia%2FAlgorithmicClubGDAFullstack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorgesandia%2FAlgorithmicClubGDAFullstack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorgesandia%2FAlgorithmicClubGDAFullstack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorgesandia%2FAlgorithmicClubGDAFullstack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jorgesandia","download_url":"https://codeload.github.com/jorgesandia/AlgorithmicClubGDAFullstack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorgesandia%2FAlgorithmicClubGDAFullstack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281748717,"owners_count":26554822,"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-10-30T02:00:06.501Z","response_time":61,"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":["api","axios","backend","express","frontend","fullstack","heroku","hooks","js","mongodb","netlify","node","react"],"created_at":"2025-10-18T06:53:44.769Z","updated_at":"2025-10-30T05:04:12.207Z","avatar_url":"https://github.com/jorgesandia.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Club Algoritmia GDA Fullstack Project - Fullstack\n![enter image description here](https://i.imgur.com/RZoXTcW.png)\n\n \nThis repository contains the Fullstack Web Page of the official [GDA Algorithmic Club](https://github.com/Club-de-Algoritmia-GDA) organization.\n\n##   Technologies\n***Backend***\n- NodeJS\n - Express\n - MongoDB \n - Mongoose\n - Cors Middleware\n - Heroku\n -  Nodemon (debugging)\n\n***Frontend***\n - ReactJS\n - Axios\n - Hooks (useContext, useEffect, useState)\t\n - Styled components (GlobalStyle and Styled)\n - JS\n -  HTML\n - CSS\n\n\n\n**Extras**\n - Mongo Atlas\n - Mongo Compass\n - Postman\n - Netlify\n - VSC\n \n## Usage\n*First, let's set up our **Backend***\n\nGit clone this repo to your computer\n\nInside backend folder run:\n\n    npm run dev\nTo start local server(nodemon), this will start the connection to MongoDB.\nApi will start by default on port 4000.\n\nThis project contains environment variables so inside you folder create a new file named:\n\n    variables.env\n Inside this file, create a new variable for your Mongo Connection String and this will be imported into:\n \n\n    index.js\nIf you follow all the instructions your backend should be all setup.\n\n*Now let's gor for our **Frontend***\n\nInside client folder run:\n\n    npm start\nTo start local development server and\nApi will start by default on port 4000.\n\nThis project contains environment variables for deployment and local development, so inside src folder create two files named:\n\n    .env\n    .env.development.local\n Inside *.env* place your base api url, this is the one that netlify will use in production. While in *.env.development.local* place the local api url, in my case it was on port 4000. For more information you can checkout backend usage [here](https://github.com/S4ND1X/ClubAlgoritmiaBackend).\n \nBe sure to name your variables as REACT_APP_YOURNAME to follow the convention described in React Documentation: [https://create-react-app.dev/docs/adding-custom-environment-variables/](https://create-react-app.dev/docs/adding-custom-environment-variables/).\n \nThis environment variable will be used on the following file\n   \n\n     src/config/axios.js\n\nOnce you set up all of this, you should have your api data inside the context provider:\n\n    src/context/WorkshopsProvider.jsx\n\nIf you follow all the instructions you should be all set up.\nEach document contains its own proptype, so dont' worry for data types.\n\n## Next features\nThis Web App is still in development, maybe for the next 3 months. The future features are the following:\n\n - Eventbrite API for fetching workshops data and so we can turn Eventbrite the central dashboard\n - Youtube API for fetching data from this [channel](https://www.youtube.com/channel/UCD_B4-slyYz-qYK7BI6R4oA) in order to display workshops recorded sessions inside the page.\n - Github Scrapping to get members profile info.(Easier for what I need than Github API)\n - Have a section for all of the bootcampers to upload their project and make a community project gallery.\n - Implement NextJS to enable server side rendering (Important if we want to scale it)\n\n## Credits\nI do not own any of the images on this project, all credits to the corresponding owners.\n[![forthebadge](https://forthebadge.com/images/badges/made-with-javascript.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/built-with-swag.svg)](https://forthebadge.com)\n[![forthebadge](https://forthebadge.com/images/badges/uses-badges.svg)](https://forthebadge.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjorgesandia%2Falgorithmicclubgdafullstack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjorgesandia%2Falgorithmicclubgdafullstack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjorgesandia%2Falgorithmicclubgdafullstack/lists"}