{"id":25919747,"url":"https://github.com/chinmaywali/monthlychallenges_app-fullstack","last_synced_at":"2026-05-04T13:36:29.904Z","repository":{"id":279585859,"uuid":"939272324","full_name":"chinmaywali/MonthlyChallenges_App-FullStack","owner":"chinmaywali","description":"A full-stack web application that allows users to add, view, update, and delete monthly challenges. Built using React (frontend) and Spring Boot (backend), with a PostgreSQL database.🚀","archived":false,"fork":false,"pushed_at":"2025-03-11T14:04:45.000Z","size":209,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-10T19:26:19.082Z","etag":null,"topics":["fullstack-application","java","reactjs","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/chinmaywali.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,"zenodo":null}},"created_at":"2025-02-26T09:24:35.000Z","updated_at":"2025-03-14T12:40:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"5bef2807-6103-48f9-9781-ff32a9a78bef","html_url":"https://github.com/chinmaywali/MonthlyChallenges_App-FullStack","commit_stats":null,"previous_names":["chinmaywali/monthlychallenges_app-fullstack"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chinmaywali/MonthlyChallenges_App-FullStack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chinmaywali%2FMonthlyChallenges_App-FullStack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chinmaywali%2FMonthlyChallenges_App-FullStack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chinmaywali%2FMonthlyChallenges_App-FullStack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chinmaywali%2FMonthlyChallenges_App-FullStack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chinmaywali","download_url":"https://codeload.github.com/chinmaywali/MonthlyChallenges_App-FullStack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chinmaywali%2FMonthlyChallenges_App-FullStack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018305,"owners_count":26086334,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"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":["fullstack-application","java","reactjs","spring-boot"],"created_at":"2025-03-03T15:15:57.924Z","updated_at":"2025-10-14T08:14:42.832Z","avatar_url":"https://github.com/chinmaywali.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📌 Monthly Challenges - Full Stack Web Application  \r\n\r\n## 🚀 Overview  \r\nThe **Monthly Challenges App** is a full-stack web application that allows users to add, view, update, and delete monthly challenges. Built using **React** for the frontend and **Spring Boot** for the backend, the project follows a modern microservices approach with **RESTful APIs** and database integration.\r\n\r\nThis project is designed to enhance CRUD (Create, Read, Update, Delete) operations while demonstrating a clean and scalable architecture.\r\n\r\nBuilt using React (frontend) and Spring Boot (backend), with a PostgreSQL database. The project follows a RESTful API architecture and has been tested on AWS using S3 (frontend hosting), Elastic Beanstalk (backend), and RDS (PostgreSQL database). 🚀\r\n\r\n---\r\n\r\n## 🛠️ Tech Stack  \r\n\r\n### 🧑‍💻 Backend (Spring Boot)  \r\n- **Spring Boot 3.4.3** - For building the RESTful API.  \r\n- **Spring Data JPA** - For database interactions.  \r\n- **H2 Database** - Used for local development (can be switched to PostgreSQL).  \r\n- **Maven** - For dependency management and build automation.  \r\n- **Lombok** - Reduces boilerplate code.\r\n- **Tested on AWS Elastic Beanstalk**\r\n\r\n### 🌐 Frontend (React.js)  \r\n- **React 18** - For building the interactive UI.  \r\n- **Axios** - For making API requests.  \r\n- **Bootstrap 5** - For styling and responsiveness.\r\n\r\n---\r\n\r\n## 🎯 Features  \r\n✅ Users can **add new challenges** with a month and description.  \r\n✅ **Fetch and display** challenges in a clean UI.  \r\n✅ **Edit and update** existing challenges and **Delete challenges** if no longer needed.  \r\n✅ **RESTful APIs** for communication between frontend and backend.\r\n✅ **Database Management** with PostgreSQL and **State management** with React hooks (`useState`, `useEffect`).   \r\n\r\n---\r\n\r\n## 📂 Project Structure  \r\n\r\n```\r\nMonthlyChallenges/\r\n|\r\n│── backend/ (Spring Boot App)\r\n│   ├── src/main/java/com/cw/ChallengeApplication/\r\n│   │   ├── controllers/  # API Controllers\r\n│   │   ├── services/  # Business Logic\r\n│   │   ├── models/  # Entity Models\r\n│   │   ├── repositories/  # Database Interactions\r\n│   │   ├── ChallengeApplication.java  # Main Application\r\n│   ├── src/main/resources/application.properties\r\n│   ├── pom.xml\r\n|\r\n│── frontend/ (React App)\r\n│   ├── src/\r\n│   │   ├── components/\r\n│   │   │   ├── AddChallenges.js\r\n│   │   │   ├── ChallengeList.js\r\n│   │   │   ├── Challenge.js\r\n│   │   ├── App.js\r\n│   │   ├── index.js\r\n│   ├── package.json\r\n|\r\n│── README.md\r\n|\r\n│── .gitignore\r\n```\r\n\r\n---\r\n\r\n## ⚙️ Setup Instructions  \r\n\r\n### 💻 Backend Setup (Spring Boot)  \r\n\r\n1️⃣ Clone the repository:  \r\n```bash\r\ngit clone https://github.com/chinmaywali/MonthlyChallenges_App-FullStack.git\r\n```\r\n2️⃣ Navigate to the backend folder:  \r\n```bash\r\ncd backend\r\n```\r\n3️⃣ Build and run the Spring Boot app:  \r\n```bash\r\nmvn spring-boot:run\r\n```\r\n4️⃣ The backend will be available at:  \r\n```\r\nhttp://localhost:8080\r\n```\r\n\r\n### 🎨 Frontend Setup (React)  \r\n\r\n1️⃣ Open another terminal and navigate to the frontend folder:  \r\n```bash\r\ncd frontend\r\n```\r\n2️⃣ Install dependencies:  \r\n```bash\r\nnpm install\r\n```\r\n3️⃣ Start the React app:  \r\n```bash\r\nnpm start\r\n```\r\n4️⃣ The frontend will be available at:  \r\n```\r\nhttp://localhost:3000\r\n```\r\n\r\n---\r\n\r\n## 🔗 API Endpoints  \r\n\r\n### 📌 **Challenge API**  \r\n\r\n| Method | Endpoint                   | Description                     | Request Body |\r\n|--------|----------------------------|---------------------------------|--------------|\r\n| **GET**    | `/challenges`             | Fetch all challenges            | N/A          |\r\n| **POST**   | `/challenges`             | Add a new challenge             | `{ \"month\": \"January\", \"description\": \"Read books\" }` |\r\n| **PUT**    | `/challenges/{id}`        | Update a challenge              | `{ \"month\": \"February\", \"description\": \"Workout daily\" }` |\r\n| **DELETE** | `/challenges/{id}`        | Delete a challenge by ID        | N/A          |\r\n\r\n**Example JSON Request for POST \u0026 PUT:**  \r\n```json\r\n{\r\n  \"month\": \"March\",\r\n  \"description\": \"Learn a new programming language\"\r\n}\r\n```\r\n---\r\n\r\n## 🤝 Contributing  \r\nContributions are welcome! Feel free to fork this repo and submit a pull request.  \r\n \r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchinmaywali%2Fmonthlychallenges_app-fullstack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchinmaywali%2Fmonthlychallenges_app-fullstack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchinmaywali%2Fmonthlychallenges_app-fullstack/lists"}