{"id":23114147,"url":"https://github.com/jcserv/portfoliov1","last_synced_at":"2025-06-17T04:07:17.574Z","repository":{"id":105773455,"uuid":"363778206","full_name":"jcserv/portfoliov1","owner":"jcserv","description":"V1.4 of my personal portfolio","archived":false,"fork":false,"pushed_at":"2021-05-03T01:06:14.000Z","size":984,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-04T00:29:17.964Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://infinite-inlet-11529.herokuapp.com/","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/jcserv.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}},"created_at":"2021-05-03T00:18:48.000Z","updated_at":"2024-09-10T10:59:17.000Z","dependencies_parsed_at":"2023-06-13T19:00:26.861Z","dependency_job_id":null,"html_url":"https://github.com/jcserv/portfoliov1","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jcserv/portfoliov1","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcserv%2Fportfoliov1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcserv%2Fportfoliov1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcserv%2Fportfoliov1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcserv%2Fportfoliov1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jcserv","download_url":"https://codeload.github.com/jcserv/portfoliov1/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcserv%2Fportfoliov1/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260288472,"owners_count":22986667,"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","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":[],"created_at":"2024-12-17T03:19:42.499Z","updated_at":"2025-06-17T04:07:17.553Z","avatar_url":"https://github.com/jcserv.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"NOTE: Currently working on a v2.0 that's more responsive and using Next.js/Chakra-UI. Fun!\n\n## 📝 Table of Contents\n\n- [Acknowledgments](#acknowledgement)\n- [Prerequisites](#prereq)\n- [Getting Started](#getting_started)\n- [Deployment](#deployment)\n- [Usage](#usage)\n- [Built Using](#built_using)\n- [Environment Variables](#environment_variables)\n\n## 📗 Acknowledgements \u003ca name = \"acknowledgement\"\u003e\u003c/a\u003e\n\nThis README format is from \u003ca href=\"http://github.com/collabcloud/project-collabcloud\"\u003eCollabCloud\u003c/a\u003e, authored by my good friend Matthew Huynh.\n\nThe design of the site was heavily influenced by a lot of awesome portfolios out there, such as:\n\n- \u003ca href=\"https://brittanychiang.com/\"\u003eBrittany Chiang\u003c/a\u003e\n- \u003ca href=\"http://findmatthew.com/\"\u003eMatthew Williams\u003c/a\u003e\n- \u003ca href=\"https://jacekjeznach.com/\"\u003eJacek Jeznach\u003c/a\u003e\n- \u003ca href=\"https://chippd.github.io/\"\u003eChris Dermody\u003c/a\u003e\n\n## 🏁 Getting Started \u003ca name = \"getting_started\"\u003e\u003c/a\u003e\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See [deployment](#deployment) for notes on how to deploy the project on a live system.\n\nProject Structure:\n\n- root\n  - client\n    - src\n      - Actions (Functions that make calls to our endpoints)\n      - Components (Components make up containers and try to be as modular as possible)\n      - Containers (Sections within a page)\n      - Pages (Pages that can be navigated to, and have a url)\n      - data (Fixed data for usage in components such as WorkOverview)\n      - img (I have my personal picture in here)\n- routes (Endpoints that the frontend will hit)\n- model (Models for the data)\n- server.js (Serves the static files + backend connection to MongoDB)\n\n### Pages\n\nHome.js: Primary page\n\nAdmin.js: Page where you can log in and view the messages that have been sent\n\nMore.js: Under construction\n\n### Containers\n\nContainers are sections of Home.js that take up about 100 vw or more of a page. They can be smooth scrolled to via the Navbar.\n\nLanding.js: The first container, stating \"Hi I'm Jarrod Servilla\"\n\nAbout.js: Section that includes a picture of me, quick overview, and a look at the skills I am proficient in.\n\nWork.js: Card with a toggle button menu to display the previous jobs I have had\n\nProjects.js: Maps all of the projects in data/projects.js into Project components\n\nContact.js: A form where visitors can submit messages which are stored in a MongoDB collection, and accessible via the Admin page.\n\n### Components\n\nTBD\n\n### Prerequisites\n\nWhat things you need to install and run the application\n\n- Node.js (runtime environment, Node package manager) [node.js](https://nodejs.org/en/download/)\n- MongoDB (database server)\n- Heroku (optional, for deployment)\n\n### Installing\n\nA step by step series of examples that tell you how to get a development environment running.\n\n1. Check out the latest code on the master branch\n2. Register and login to MongoDB Atlas and Heroku\n\n3. [IF YOU ARE NOT USING HEROKU]\n   Create an environment file in the root directory\n\n   - `touch .env`\n   - See [here](#environment_variables) for what to put in!\n     [IF YOU ARE USING HEROKU]\n\n   Under your Applications tab -\u003e Settings -\u003e Config Vars,\n   add in the environment variables from [here](#environment_variables)!\n\n4. Install dependencies for both the client and server\n   (in root)\n   - `npm install`\n   - `cd client \u0026\u0026 npm install`\n5. Run the program!\n   - `cd server \u0026\u0026 npm run dev`\n\n## 🎈 Usage \u003ca name=\"usage\"\u003e\u003c/a\u003e\n\n- Navigate to localhost:3000 on your browser\n\n## 🚀 Deployment \u003ca name = \"deployment\"\u003e\u003c/a\u003e\n\nFor reference, I used \u003ca href=\"https://youtu.be/71wSzpLyW9k\"\u003ethis awesome tutorial\u003c/a\u003e from Traversy Media!\n\nInstructions: TBD\n\n## ⛏️ Built Using \u003ca name = \"built_using\"\u003e\u003c/a\u003e\n\n- [MongoDB](https://www.mongodb.com//) - Database\n- [Express](https://expressjs.com/) - Server Framework\n- [ReactJs](https://reactjs.org/) - Front End Framework\n- [NodeJs](https://nodejs.org/en/) - Server Environment\n- [Heroku](https://heroku.com/) - Deployment\n\nOther Packages:\nFrontend:\n\n- React-bootstrap (Awesome, responsive components)\n- react-router-dom\n- react-icons\n- react-move (animation for the barchart)\n- react-reveal (Beautiful animations)\n- React-Scroll (smooth scrolling)\n- react-sticky-box (sticky sidebar)\n\nBackend:\n\n- Dotenv (.env files)\n- Mongoose (Middleware for MongoDB)\n\n## 🌲Environment Variables and Package.json Scripts\u003ca name = \"environment_variables\"\u003e\u003c/a\u003e\n\nNote that you will need to restart the Create React App development server after making any modifications to this file.\n\nYour environment file in the root directory should be:\n\n```\nATLAS_URI=[your mongodb atlas uri here]\npassword=[your password for the admin page here]\n```\n\nUnder \"scripts\" in package.json, you should add these:\n\n```\nclient:\n    \"start\": \"react-scripts start\",\n    \"client\": \"npm start\",\n    \"build\": \"react-scripts build\",\n    \"test\": \"react-scripts test\",\n    \"eject\": \"react-scripts eject\",\n    \"predeploy\": \"npm run build\",\n    \"deploy\": \"gh-pages -d build\" (if you wanna nix the server portion and deploy on GH pages)\n\nroot directory:\n    \"client-install\": \"npm install --prefix client\",\n    \"client\": \"npm run client --prefix client\",\n    \"server\": \"nodemon server.js\",\n    \"dev\": \"concurrently \\\"npm run server\\\" \\\"npm run client\\\"\",\n    \"heroku-postbuild\": \"NPM_CONFIG_PRODUCTION=false npm install --prefix client \u0026\u0026 npm run build --prefix client\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcserv%2Fportfoliov1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjcserv%2Fportfoliov1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcserv%2Fportfoliov1/lists"}