{"id":37598294,"url":"https://github.com/sccapstone/webevents","last_synced_at":"2026-01-16T10:00:19.496Z","repository":{"id":44254118,"uuid":"206824779","full_name":"SCCapstone/WebEvents","owner":"SCCapstone","description":"Repo for 2019-20 Capstone project. This goal of our web application can be found in the Scheduling Application.docx file.","archived":false,"fork":false,"pushed_at":"2022-12-14T04:37:28.000Z","size":31169,"stargazers_count":3,"open_issues_count":11,"forks_count":0,"subscribers_count":7,"default_branch":"master","last_synced_at":"2023-08-01T11:25:51.532Z","etag":null,"topics":["babel","capstone","excelreader","expressjs","nodejs","react","reactjs","scheduler","webapp","webpack"],"latest_commit_sha":null,"homepage":"http://ec2-3-133-106-204.us-east-2.compute.amazonaws.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/SCCapstone.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":"SECURITY.md","support":null}},"created_at":"2019-09-06T15:36:28.000Z","updated_at":"2023-08-01T11:25:51.534Z","dependencies_parsed_at":"2023-01-28T17:01:06.212Z","dependency_job_id":null,"html_url":"https://github.com/SCCapstone/WebEvents","commit_stats":null,"previous_names":[],"tags_count":5,"template":null,"template_full_name":null,"purl":"pkg:github/SCCapstone/WebEvents","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SCCapstone%2FWebEvents","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SCCapstone%2FWebEvents/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SCCapstone%2FWebEvents/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SCCapstone%2FWebEvents/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SCCapstone","download_url":"https://codeload.github.com/SCCapstone/WebEvents/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SCCapstone%2FWebEvents/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28478049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T06:30:42.265Z","status":"ssl_error","status_checked_at":"2026-01-16T06:30:16.248Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["babel","capstone","excelreader","expressjs","nodejs","react","reactjs","scheduler","webapp","webpack"],"created_at":"2026-01-16T10:00:18.165Z","updated_at":"2026-01-16T10:00:19.148Z","avatar_url":"https://github.com/SCCapstone.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).\n\n\u003c/br\u003e\nserver was set up using medium guide: \nhttps://medium.com/@maison.moa/setting-up-an-express-backend-server-for-create-react-app-bc7620b20a61\n\u003c/br\u003e\nalong with: \nhttps://programmingwithmosh.com/javascript/react-file-upload-proper-server-side-nodejs-easy/\n\n ### TO RUN THE APPLICATION\n \n After you download the files, you will first need to cd into the client folder, and npm install from there. From there, you will run sudo npm start, and the application should start in your local host. In another terminal session go into the server folder and npm install node modules, and then run the server using node server.js. \n \u003c/br\u003e\u003c/br\u003eYou should not have to this, as the app is currently deployed at: http://ec2-3-133-106-204.us-east-2.compute.amazonaws.com. \n \u003c/br\u003e\u003c/br\u003eTo use the application, there are two files attached. First is the Test.csv file, which is the file that was given to us by our client. You will upload this, and then hit the process button to run the algorithm on it followed by the download button to download the processed file. \n \nthe client server file structure is:\u003c/br\u003e\nWebEvents (whole app)\u003c/br\u003e\n    \u0026emsp;Client(all react frontend stuff there)\u003c/br\u003e\n        \u0026emsp;\u0026emsp;-npm install\u003c/br\u003e\n        \u0026emsp;\u0026emsp;-sudo npm start\u003c/br\u003e\n        \u0026emsp;\u0026emsp;-npm test\u003c/br\u003e\n    \u0026emsp;Server(template downloads)\u003c/br\u003e\n        \u0026emsp;\u0026emsp;-npm install\u003c/br\u003e\n        \u0026emsp;\u0026emsp;-node server.js\u003c/br\u003e\n    \n\n## Available Scripts\n\nIn the project directory, remember to change directory to the /client/ directory. This can be done with \n\n### 'cd client'\n\nNext, the node modules must be installed and migrated. This has to be done once and before 'npm start':\n\n### 'npm install'\n\nAfterwwards, start the app: \n\n### `sudo npm start`\n\n[ By default, the development server is set to start at port 80 on your local machine which requires administrator privilages, you can also specify \u003cPORT_NUMBER\u003e if you wish to change from port 80]\n\nRuns the app in the development mode.\u003cbr /\u003e\nOpen [http://localhost](http://localhost) to view it in the browser.\n\nThe page will reload if you make edits.\u003cbr /\u003e\nYou will also see any lint errors in the console.\n\n# Testing\n\n### `npm test`\n\nUnit testing is located in the source folder in the file App.test.js, while the behavior testing is located in the Tests folder.\n\nFor Unit testing, run npm test in the client source folder in the terminal. It will run the App.test.js file, and then give a report on what happened.\nFor Behavior testing go into client/Tests and open the html Document. You need UI.Vision webbrowser app installed to run behavior testing.\n\nSee the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.\n\n### `npm run build`\n\nBuilds the app for production to the `build` folder.\u003cbr /\u003e\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\u003cbr /\u003e\nYour app is ready to be deployed!\n\nSee the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.\n\n### `npm run eject`\n\n**Note: this is a one-way operation. Once you `eject`, you can’t go back!**\n\nIf you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.\n\nInstead, it will copy all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.\n\nYou don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.\n\n## Learn More\n\nYou can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).\n\nTo learn React, check out the [React documentation](https://reactjs.org/).\n\n### Code Splitting\n\nThis section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting\n\n### Analyzing the Bundle Size\n\nThis section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size\n\n### Making a Progressive Web App\n\nThis section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app\n\n### Advanced Configuration\n\nThis section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration\n\n\n### Deployment\nAWS Deployment:\nWe are hosting our client and server under the same AWS EC2 instance. \nto connect to this instance you must change directory to webevents so you have the key file available with LS run the command:\nssh -i \"keyServerWebEvents.pem\" ubuntu@ec2-3-133-106-204.us-east-2.compute.amazonaws.com\nonce logged in you must run the screen command to switch between terminal processes. \nTo use screen use 'Ctrl-A' followed by '?' to get the information page.\n\n\nThis section has moved here: https://facebook.github.io/create-react-app/docs/deployment\n\n\n### `npm run build` fails to minify\n\nThis section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsccapstone%2Fwebevents","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsccapstone%2Fwebevents","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsccapstone%2Fwebevents/lists"}