{"id":21144840,"url":"https://github.com/bisakhmondal/fullstack-apparel-store-springboot-react","last_synced_at":"2026-04-17T15:02:57.311Z","repository":{"id":130176058,"uuid":"361794290","full_name":"bisakhmondal/FullStack-Apparel-Store-Springboot-React","owner":"bisakhmondal","description":"Full-stack e-commerce apparel store web app developed in springboot as backend \u0026 react.js fronend.","archived":false,"fork":false,"pushed_at":"2021-08-26T05:58:19.000Z","size":1408,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-21T07:25:12.521Z","etag":null,"topics":["java-mail","jwt","jwt-authentication","postgresql","spring","spring-boot","spring-security","springdata-jpa"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bisakhmondal.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-04-26T15:10:09.000Z","updated_at":"2022-07-12T11:44:47.000Z","dependencies_parsed_at":"2023-03-10T17:29:50.944Z","dependency_job_id":null,"html_url":"https://github.com/bisakhmondal/FullStack-Apparel-Store-Springboot-React","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bisakhmondal%2FFullStack-Apparel-Store-Springboot-React","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bisakhmondal%2FFullStack-Apparel-Store-Springboot-React/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bisakhmondal%2FFullStack-Apparel-Store-Springboot-React/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bisakhmondal%2FFullStack-Apparel-Store-Springboot-React/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bisakhmondal","download_url":"https://codeload.github.com/bisakhmondal/FullStack-Apparel-Store-Springboot-React/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243589229,"owners_count":20315467,"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":["java-mail","jwt","jwt-authentication","postgresql","spring","spring-boot","spring-security","springdata-jpa"],"created_at":"2024-11-20T08:23:42.980Z","updated_at":"2026-04-17T15:02:57.236Z","avatar_url":"https://github.com/bisakhmondal.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Full Stack React Springboot Apparel Store\n\n## How to run\n\n- Clone the repository.\n  \n  ```shell\n  $ git clone https://github.com/bisakhmondal/FullStack-Apparel-Store-Springboot-React.git\n  ```\n\n- Setup a postgres instance and update the configuration file [**here**](apis/src/main/resources/application.properties).\n  \n    \u003e If you are unsure about the postgres setup, you can always use docker. It's extremely simple. Run the command below :\n\n    ```shell\n    $ docker run  --name psql -d -p 5432:5432 -e POSTGRES_USER=\u003cgive a username\u003e -e \"POSTGRES_HOST_AUTH_METHOD=trust\" postgres\n    # This will create a postgres container named `psql`\n    ```\n\n- [Optional]: If you want to insert dummy data into the postgres db run the below command from your terminal:\n\n    ```shell\n    $ psql -h 127.0.0.1 -d bstore -p 5432 -U \u003csame postgres username\u003e -c \"copy product FROM 'dummy_data.csv' DELIMITER '$' CSV HEADER\";\n\n    ```\n\n- Run the Backend:\n  \n  ```shell\n  # This will also bootstrap the required relations schema into the current database.\n  ./mvnw spring-boot:run\n  ```\n\n- Run the frontend:\n\n  ```shell\n  npm i \u0026\u0026 npm start\n  ```\n  \n  [ If you are using the application in localhost, please visit [chrome://flags/#allow-insecure-localhost](chrome://flags/#allow-insecure-localhost) and enable the option that says \"Allow invalid certificates for resources loaded from localhost\" due to the certificate [file](apis/src/main/resources/https.p12) being a self signed certificate and the backend being `HTTPS Ready`. ]\n\n## Screenshots\n\nFrontend                  |  Screenshots\n:-------------------------:|:-------------------------:\n![](./assets/1.png)  |  ![](./assets/2.png)\n![](./assets/3.png)  |  ![](./assets/4.png)\n![](./assets/5.png)  |  ![](./assets/6.png)\n\n## License\n\n```\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n\nThanks,\n\nBisakh.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbisakhmondal%2Ffullstack-apparel-store-springboot-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbisakhmondal%2Ffullstack-apparel-store-springboot-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbisakhmondal%2Ffullstack-apparel-store-springboot-react/lists"}