{"id":15129840,"url":"https://github.com/mspilari/fullstack-app-deploy-render","last_synced_at":"2026-01-20T14:07:03.714Z","repository":{"id":256835906,"uuid":"856466215","full_name":"MSpilari/fullstack-app-deploy-render","owner":"MSpilari","description":"Fullstack app using React, Spring Boot and Postgres","archived":false,"fork":false,"pushed_at":"2024-09-19T16:13:36.000Z","size":53,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-11T17:12:10.496Z","etag":null,"topics":["docker","docker-compose","neondb","postgresql","react","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"Java","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/MSpilari.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":"2024-09-12T16:11:04.000Z","updated_at":"2024-09-19T16:13:40.000Z","dependencies_parsed_at":"2024-10-31T11:05:02.506Z","dependency_job_id":null,"html_url":"https://github.com/MSpilari/fullstack-app-deploy-render","commit_stats":null,"previous_names":["mspilari/fullstack-app-deploy-render"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MSpilari%2Ffullstack-app-deploy-render","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MSpilari%2Ffullstack-app-deploy-render/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MSpilari%2Ffullstack-app-deploy-render/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MSpilari%2Ffullstack-app-deploy-render/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MSpilari","download_url":"https://codeload.github.com/MSpilari/fullstack-app-deploy-render/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247386886,"owners_count":20930729,"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":["docker","docker-compose","neondb","postgresql","react","spring-boot"],"created_at":"2024-09-26T02:21:16.538Z","updated_at":"2026-01-20T14:07:03.652Z","avatar_url":"https://github.com/MSpilari.png","language":"Java","readme":"# Fullstack Application with React, Spring Boot, PostgreSQL, and Docker\n\n## Overview\n\nThis project is a fullstack web application built using:\n\n- **Frontend**: Vite with React and Typescript\n- **Backend**: Spring Boot\n- **Database**: PostgreSQL\n- **Deployment**: Docker containers hosted on [Render](https://render.com/)\n\nThe goal is to demonstrate how to build a full-featured web application, from development to deployment.\n\n---\n\n## Table of Contents\n\n1. [Project Structure](#project-structure)\n2. [Technologies](#technologies)\n3. [Prerequisites](#prerequisites)\n4. [Installation](#installation)\n5. [Running the Project Locally](#running-the-project-locally)\n6. [Running Project on Docker](#running-the-project-on-docker)\n\n---\n\n## Project Structure\n\n```bash\n.\n├── frontend/               # React frontend\n│   ├── public/\n│   ├── src/                # React components and pages\n│   ├── Dockerfile          # Dockerfile for React\n│   └── package.json        # React dependencies\n├── backend/                # Spring Boot backend\n│   ├── src/                # Java code for APIs and services\n│   ├── Dockerfile          # Dockerfile for Spring Boot\n│   └── pom.xml             # Maven dependencies\n├── docker-compose.yaml      # Docker Compose file to manage multi-container application\n└── README.md               # Project documentation\n```\n\n---\n\n## Technologies\n\n- **Frontend**: React, Typescript\n- **Backend**: Spring Boot, Maven\n- **Database**: PostgreSQL, Neon Database\n- **Containerization**: Docker, Docker Compose\n- **Deployment**: Render\n\n---\n\n## Prerequisites\n\nBefore you begin, ensure you have the following installed:\n\n- **Node.js**, currently using v.20\n- **Java**, currently using v.21\n- **Maven**\n- **Docker**\n- **Docker Compose**\n\n---\n\n## Installation\n\n### 1. Clone the repository:\n\n```bash\ngit clone https://github.com/MSpilari/fullstack-app-deploy-render.git\ncd fullstack-app-deploy-render\n```\n\n### 2. Install frontend dependencies:\n\n```bash\ncd frontend\nnpm install\n```\n\n### 3. Install backend dependencies:\n\n```bash\ncd ../backend\nmvn clean install\n```\n\n---\n\n## Running the Project Locally\n\n### 1. Running the frontend:\n\n```bash\ncd frontend\nnpm run dev\n```\n\nThe frontend will be accessible at `http://localhost:5173`.\n\n### 2. Running the backend:\n\n```bash\ncd backend\n./mvnw spring-boot:run\n```\n\nThe backend will be accessible at `http://localhost:8080`.\n\n---\n\n## Running the project on Docker\n\nThis project includes a `docker-compose.yaml` file to manage the frontend, backend and Postgres database.\n\n### 1. Build and run the containers:\n\n```bash\ndocker-compose up -d --build\n```\n\n### 2. Access the application:\n\n- Frontend: `http://localhost:9090`\n- Backend: `http://localhost:8080`\n- PostgreSQL: `localhost:5432` (default username: `user`, password: `1234`)\n\n### 3. Stopping the containers:\n\n```bash\ndocker-compose down\n```\n\n---\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmspilari%2Ffullstack-app-deploy-render","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmspilari%2Ffullstack-app-deploy-render","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmspilari%2Ffullstack-app-deploy-render/lists"}