{"id":22221158,"url":"https://github.com/victorbadaro/launchstore","last_synced_at":"2026-04-07T23:31:54.118Z","repository":{"id":40832648,"uuid":"264799931","full_name":"victorbadaro/launchstore","owner":"victorbadaro","description":"An ecommerce project","archived":false,"fork":false,"pushed_at":"2026-01-01T13:41:10.000Z","size":2338,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T13:20:48.243Z","etag":null,"topics":["browser-sync","css","ecommerce","express","html","javascript","mailtrap","method-override","monolith","multer","nodejs","nodemailer","nodemon","nunjucks","postgresql","seed","session","upload"],"latest_commit_sha":null,"homepage":"","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/victorbadaro.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":"2020-05-18T02:05:23.000Z","updated_at":"2024-12-06T00:39:57.000Z","dependencies_parsed_at":"2024-01-13T07:28:41.351Z","dependency_job_id":"8cf29c6b-4c46-4b94-8d59-804909295c6d","html_url":"https://github.com/victorbadaro/launchstore","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/victorbadaro/launchstore","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victorbadaro%2Flaunchstore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victorbadaro%2Flaunchstore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victorbadaro%2Flaunchstore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victorbadaro%2Flaunchstore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/victorbadaro","download_url":"https://codeload.github.com/victorbadaro/launchstore/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victorbadaro%2Flaunchstore/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31533823,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["browser-sync","css","ecommerce","express","html","javascript","mailtrap","method-override","monolith","multer","nodejs","nodemailer","nodemon","nunjucks","postgresql","seed","session","upload"],"created_at":"2024-12-02T23:12:29.531Z","updated_at":"2026-04-07T23:31:54.102Z","avatar_url":"https://github.com/victorbadaro.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LAUNCHSTORE\n\n[![LEIAME.md](https://img.shields.io/badge/-Leia%20em%20Portugu%C3%AAs-brightgreen?style=for-the-badge)](./LEIAME.md)\n\n## Summary\n- [🧾 About](#-about)\n- [🚀 Main technologies](#-main-technologies)\n- [💻 Usage](#-usage)\n\n## 🧾 About\nThis is a web application where the user can find the most common e-commerce features like: buy products, sell products, announce items and so on.\n\n## 🚀 Main technologies\n- [Node.js](https://nodejs.org/)\n- [Express](https://expressjs.com/)\n- [Multer](https://github.com/expressjs/multer)\n- [PostgreSQL](https://www.postgresql.org/)\n\n_(You can see all the dependencies in the [package.json](./package.json) file)_\n\n## 💻 Usage\nAs you can see on [🚀 Main technologies](#-main-technologies) topic, this application depends on a [PostgreSQL](https://www.postgresql.org/) database, so you must have it installed.\u003cbr /\u003e\nFirst things first:\n\n1. Clone the project (you'll need a [personal access token](https://docs.github.com/pt/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls)):\n   ```bash\n   git clone https://github.com/victorbadaro/launchstore\n   ```\n\n2. Access its directory:\n   ```bash\n   cd launchstore\n   ```\n\n3. Install its dependencies:\n   ```bash\n   npm install\n   # feel free to use another package manager, but you might want use npm once there's already a package-lock.json file in the root directory\n   ```\n\n4. Access your postgresql server\n\n5. Run each one of the 4 steps that are in the [database.sql](./database.sql) file\n\n6. Create an **account** and an **inbox** on [mailtrap.io](mailtrap.io). You'll need the SMTP credentials to continue (*username* and *password*)\n\n7. Create a `.env` file in the root directory with the same content that is in the [.env.example](./.env.example) file and fill the variables with your own data:\u003cbr /\u003e\n   For example:\u003cbr /\u003e\n   ![image](https://github.com/victorbadaro/launchstore/assets/9096344/523fc419-6751-435d-b505-3fedf0cd7ffb)\n\n8. Run the [seed](./seed.js) file:\n   ```bash\n   npm run seed\n   ```\n\n9. Start the server by running the `dev` script:\n   ```bash\n   npm run dev\n   ```\n\n🎉 _**Have fun! You are now an e-commerce owner!**_\n---\n\n\u003cp align=\"center\"\u003eThis project was created and developed with ❤ by \u003ca href=\"https://github.com/victorbadaro\"\u003eVictor Badaró\u003c/a\u003e\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictorbadaro%2Flaunchstore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvictorbadaro%2Flaunchstore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictorbadaro%2Flaunchstore/lists"}