{"id":18437992,"url":"https://github.com/mukuliskul/legocollection","last_synced_at":"2026-04-06T02:33:36.844Z","repository":{"id":213584007,"uuid":"709612348","full_name":"mukuliskul/LegoCollection","owner":"mukuliskul","description":"A dynamic web application for Lego enthusiasts to manage and explore their Lego collections. It leverages MongoDB and PostgreSQL for robust data handling, features secure authentication, and offers a user-friendly interface with responsive design using EJS, Express.js, and Node.js.","archived":false,"fork":false,"pushed_at":"2023-12-21T18:29:01.000Z","size":106,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T14:35:43.955Z","etag":null,"topics":["authentication","bcryptjs","client-sessions","ejs-templates","expressjs","full-stack","mongodb","mongoose","nodejs","postgressql","responsive-design","sequelize","user-management","web-application"],"latest_commit_sha":null,"homepage":"https://legocollection.cyclic.app/","language":"CSS","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/mukuliskul.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-10-25T03:24:56.000Z","updated_at":"2023-12-21T18:24:24.000Z","dependencies_parsed_at":"2023-12-21T20:13:05.089Z","dependency_job_id":"5b07ca1a-0b1e-4de7-b1a6-53bda45420a6","html_url":"https://github.com/mukuliskul/LegoCollection","commit_stats":null,"previous_names":["mukuliskul/legocollection"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mukuliskul/LegoCollection","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukuliskul%2FLegoCollection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukuliskul%2FLegoCollection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukuliskul%2FLegoCollection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukuliskul%2FLegoCollection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mukuliskul","download_url":"https://codeload.github.com/mukuliskul/LegoCollection/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukuliskul%2FLegoCollection/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31457722,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"online","status_checked_at":"2026-04-06T02:00:07.287Z","response_time":112,"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":["authentication","bcryptjs","client-sessions","ejs-templates","expressjs","full-stack","mongodb","mongoose","nodejs","postgressql","responsive-design","sequelize","user-management","web-application"],"created_at":"2024-11-06T06:17:08.881Z","updated_at":"2026-04-06T02:33:36.824Z","avatar_url":"https://github.com/mukuliskul.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lego Collection Web Application\n\nThis web application is a platform for Lego enthusiasts to explore and manage their Lego set collections. It utilizes a combination of MongoDB and PostgreSQL to manage user data and Lego set information, respectively, ensuring a robust and scalable data management system.\n\n## Skills Developed\n\n### Technical Skills\n\n- **Full-Stack Development**: Gained experience in handling both front-end and back-end aspects of web development.\n- **Database Management**: Learned to integrate and manage complex databases using MongoDB for user data and PostgreSQL for Lego set data.\n- **Authentication and Security**: Implemented user authentication and security features using bcrypt.js and client-sessions.\n- **Web Frameworks**: Enhanced skills in using Node.js and Express.js for server-side development and EJS for templating.\n\n### Soft Skills\n\n- **Problem-Solving**: Tackled challenges in integrating multiple technologies and ensuring smooth data flow.\n- **Project Management**: Gained experience in managing a full-scale project from conception to deployment.\n- **Attention to Detail**: Ensured a consistent and error-free user experience across different pages and functionalities.\n\n## Experience Gained\n\n- **Database Integration**: Learned to connect and use multiple databases (MongoDB and PostgreSQL) in a single application, understanding the strengths and use-cases for each.\n- **User Authentication**: Developed a secure user authentication system, gaining insights into security best practices.\n- **Responsive Web Design**: Enhanced my skills in creating a responsive and user-friendly interface using Tailwind CSS.\n- **Debugging and Testing**: Acquired experience in troubleshooting and testing web applications to ensure reliability and performance.\n- **Version Control and Documentation**: Improved proficiency in using Git for version control and creating comprehensive documentation to guide future users and contributors.\n\n## Technologies Used\n\n- **Backend**: Node.js, Express.js\n- **Frontend**: EJS (Embedded JavaScript templates)\n- **Database**: MongoDB (for user data), PostgreSQL (for Lego sets data)\n- **Authentication**: bcrypt.js (for password hashing), client-sessions (for session management)\n- **Other Libraries**: Mongoose (MongoDB object modeling), Sequelize (PostgreSQL ORM), dotenv (environment variables management)\n\n## File Structure\n\n- `data/` - Contains JSON data for the application\n- `modules/` - Contains JavaScript modules for authentication and Lego sets\n- `public/` - Contains static files for the application\n- `server.js` - The main server file\n- `tailwind.config.js` - Configuration file for Tailwind CSS\n\n## Installation and Setup\n\n1. **Clone the Repository**: Clone the project to your local machine.\n2. **Install Dependencies**: Run `npm install` to install the required Node.js packages.\n3. **Set Environment Variables**: Configure environment variables for database connections and other sensitive data.\n4. **Database Setup**: Set up MongoDB and PostgreSQL databases as per the schemas defined in the project.\n5. **Start the Server**: Run `node server.js` to start the application.\n\n## Usage\n\nOnce the application is running, navigate to `http://localhost:8080` (or the configured port) in your web browser. You can create an account, log in, and start exploring and managing your Lego set collections.\n\n## Contributing\n\nIf you have improvements or bug fixes, feel free to fork the repository and submit a pull request.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmukuliskul%2Flegocollection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmukuliskul%2Flegocollection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmukuliskul%2Flegocollection/lists"}