{"id":15317585,"url":"https://github.com/berthutapea/mern-ticket","last_synced_at":"2025-04-15T02:24:28.954Z","repository":{"id":184694817,"uuid":"672326415","full_name":"berthutapea/mern-ticket","owner":"berthutapea","description":"Tikons \"MERN TICKET\"  (MongoDB, Express, React \u0026 Nodejs) ","archived":false,"fork":false,"pushed_at":"2023-07-29T19:05:27.000Z","size":360,"stargazers_count":44,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-28T14:11:18.145Z","etag":null,"topics":["axios","daisyui","dotenv","emailjs","expressjs","framer-motion","jsonwebtoken","mern-project","mern-stack","mongodb","mongoose","nodejs","nodemon","react","react-redux","react-toastify","redux","tailwindcss"],"latest_commit_sha":null,"homepage":"https://tikons.vercel.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/berthutapea.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null},"funding":{"github":"berthutapea","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":["https://saweria.co/berthutapea"]}},"created_at":"2023-07-29T17:32:15.000Z","updated_at":"2025-03-25T12:00:57.000Z","dependencies_parsed_at":"2023-07-29T18:42:33.099Z","dependency_job_id":null,"html_url":"https://github.com/berthutapea/mern-ticket","commit_stats":null,"previous_names":["berthutapea/mern-ticket"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berthutapea%2Fmern-ticket","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berthutapea%2Fmern-ticket/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berthutapea%2Fmern-ticket/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berthutapea%2Fmern-ticket/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/berthutapea","download_url":"https://codeload.github.com/berthutapea/mern-ticket/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248992554,"owners_count":21195068,"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":["axios","daisyui","dotenv","emailjs","expressjs","framer-motion","jsonwebtoken","mern-project","mern-stack","mongodb","mongoose","nodejs","nodemon","react","react-redux","react-toastify","redux","tailwindcss"],"created_at":"2024-10-01T08:57:48.161Z","updated_at":"2025-04-15T02:24:28.932Z","avatar_url":"https://github.com/berthutapea.png","language":"JavaScript","funding_links":["https://github.com/sponsors/berthutapea","https://saweria.co/berthutapea"],"categories":[],"sub_categories":[],"readme":"\u003cH1 align =\"center\" \u003eTikons (MERN TICKET)  \u003c/h1\u003e\n\u003ch5  align =\"center\"\u003e \nFullstack open source ticket application made with MongoDB, Express, React \u0026 Nodejs (MERN) \u003c/h5\u003e\n\u003cbr/\u003e\n\n  * [Configuration and Setup](#configuration-and-setup)\n  * [Key Features](#key-features)\n  * [Technologies used](#technologies-used)\n      - [Frontend](#frontend)\n      - [Backend](#backend)\n      - [Database](#database)\n      - [API](#api)\n  * [📸 Screenshots](#screenshots)\n  * [Author](#author)\n  * [License](#license)\n\n## Configuration and Setup\n\nIn order to run this project locally, simply fork and clone the repository or download as zip and unzip on your machine.\n\n- Open the project in your prefered code editor.\n- Go to terminal -\u003e New terminal (If you are using VS code)\n- Split your terminal into two (run the frontend on one terminal and the server on the other terminal)\n\nIn the first terminal\n\n```\n$ cd frontend\n$ npm install (to install frontend-side dependencies)\n$ npm run start (to start the frontend)\n\n```\n\nIn the second terminal\n\n- cd backend and Set environment variables in .env\n- Create your mongoDB connection url, which you'll use as your MONGO_URI\n- Supply the following credentials\n\n```\n#  --- .env  ---\n\nNODE_ENV =\nPORT =5000\nMONGO_URI =\nJWT_SECRET =\n\n```\n\n```\n# --- Terminal ---\n\n$ npm install (to install backend-side dependencies)\n$ npm start (to start the backend)\n\n```\n\n##  Key Features\n\n- User registration and login\n- Authentication using JWT Tokens\n- Buy Ticket\n- View My Ticket\n- Search Ticket Buy\n- Add Note Buy Ticket\n- Close Buy Ticket\n- 404 Page and many more\n- Skeleton loading effect\n- Responsive Design\n\n\u003cbr/\u003e\n\n##  Technologies used\n\nThis project was created using the following technologies.\n\n####  Frontend \n\n- [React JS ](https://www.npmjs.com/package/react) - JavaScript library that is used for building user interfaces specifically for single-page applications\n- [React Hooks  ](https://reactjs.org/docs/hooks-intro.html) - For managing and centralizing application state\n- [React Router Dom](https://www.npmjs.com/package/react-router-dom) - To handle routing\n- [Axios](https://www.npmjs.com/package/axios) - For making Api calls\n- [Tailwind CSS](https://tailwindcss.com/) - For User Interface\n- [Daisy UI](https://daisyui.com/docs/changelog/) - For User Interface\n- [Email JS](https://www.emailjs.com/) - For User Interface\n- [React Icons](https://react-icons.github.io/react-icons/) - Small library that helps you add icons  to your react apps\n- [Framer Motion](https://www.framer.com/motion/) - For User Interface\n- [React Redux](https://react-redux.js.org/) - manage application state efficiently and provide a more structured mechanism for managing data\n- [React Modal](https://www.npmjs.com/package/react-modal) - For User Interface\n- [React Toastify](https://www.npmjs.com/package/react-toastify) - To display interactive and responsive notifications (toasts) in web applications\n\n####  Backend \n\n- [Node JS](https://nodejs.org/en/) -A runtime environment to help build fast server applications using JS\n- [Express JS](https://www.npmjs.com/package/express) -The server for handling and routing HTTP requests\n- [Mongoose](https://mongoosejs.com/) - For modeling and mapping MongoDB data to JavaScript\n- [Bcrypt JS](https://www.npmjs.com/package/bcryptjs) - For data encryption\n- [Jsonwebtoken](https://www.npmjs.com/package/jsonwebtoken) - For authentication\n- [Dotenv](https://www.npmjs.com/package/dotenv) - Zero Dependency module that loads environment variables\n- [Nodemon](https://nodemon.io/) - Development utility for Node.js applications. Node.js is a runtime platform that allows you to run JavaScript on the server side.\n\n####  Database \n\n - [MongoDB ](https://www.mongodb.com/) - It provides a free cloud service to store MongoDB collections.\n \n ##  Screenshots \n \n![img-1](https://github.com/berthutapea/mern-ticket/assets/111676859/0faeefcb-d55d-4be3-a954-fec973dc8599)\n---- -\n![img-2](https://github.com/berthutapea/mern-ticket/assets/111676859/e94efd6b-5c82-4e54-af16-feaf5b9aee7d)\n--- - \n![img-3](https://github.com/berthutapea/mern-ticket/assets/111676859/35da1ca1-ec0e-4099-9f2f-28e1ffaf2fd2)\n--- - \n![img-4](https://github.com/berthutapea/mern-ticket/assets/111676859/b73bec23-6ddf-484a-9dcb-09e9b2e8ec65)\n--- - \n![img-5](https://github.com/berthutapea/mern-ticket/assets/111676859/2d4f71c4-9945-47b1-8d6a-6c00eca67f16)\n--- - \n![img-6](https://github.com/berthutapea/mern-ticket/assets/111676859/5d4818d5-8835-4b33-ae13-4ff811ad2eca)\n--- - \n![img-7](https://github.com/berthutapea/mern-ticket/assets/111676859/de40e3b1-e406-4aa0-abf2-d69130e69b1a)\n--- - \n![img-8](https://github.com/berthutapea/mern-ticket/assets/111676859/f206c724-b0a5-472b-ad75-0b50c8b915b8)\n--- - \n![img-9](https://github.com/berthutapea/mern-ticket/assets/111676859/45fc4624-1302-4ec8-9a9b-05214208087e)\n--- - \n![img-10](https://github.com/berthutapea/mern-ticket/assets/111676859/dcb457e3-3656-46dc-82da-47dd8bb34044)\n\n## Author\n- Portfolio: [berthutapea](https://berthutapea.vercel.app/)\n- Github: [berthutapea](https://github.com/berthutapea)\n- Sponsor: [berthutapea](https://saweria.co/berthutapea)\n- Linkedin: [gilberthutapea](https://www.linkedin.com/in/gilberthutapea/)\n- Email: [berthutapea@gmail.com](mailto:berthutapea@gmail.com)\n\n## License\n\nMIT License\n\nCopyright (c) 2022 Gilbert Hutapea\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberthutapea%2Fmern-ticket","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fberthutapea%2Fmern-ticket","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberthutapea%2Fmern-ticket/lists"}