{"id":24639374,"url":"https://github.com/sahilvadia7/noteapp","last_synced_at":"2026-04-09T23:15:15.964Z","repository":{"id":273892066,"uuid":"919981415","full_name":"sahilvadia7/noteapp","owner":"sahilvadia7","description":"A clean and functional note-taking app built with React (frontend) and Spring Boot (backend). Users can create, view, update, and delete notes effortlessly. Features a minimalistic UI powered by Material-UI and a robust backend with Spring Data JPA and PostgreSQL. Containerized using Docker.","archived":false,"fork":false,"pushed_at":"2025-02-09T19:49:08.000Z","size":337,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-09T20:32:23.990Z","etag":null,"topics":["dcoker","docker-compose","noteapp","react","springboot"],"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/sahilvadia7.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":"2025-01-21T11:03:38.000Z","updated_at":"2025-02-09T19:49:12.000Z","dependencies_parsed_at":"2025-01-23T16:22:50.788Z","dependency_job_id":"62a332c4-0b88-4216-9251-82681f640b23","html_url":"https://github.com/sahilvadia7/noteapp","commit_stats":null,"previous_names":["sahilvadia7/noteapp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahilvadia7%2Fnoteapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahilvadia7%2Fnoteapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahilvadia7%2Fnoteapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahilvadia7%2Fnoteapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sahilvadia7","download_url":"https://codeload.github.com/sahilvadia7/noteapp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244600688,"owners_count":20479304,"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":["dcoker","docker-compose","noteapp","react","springboot"],"created_at":"2025-01-25T11:11:17.672Z","updated_at":"2026-04-09T23:15:15.930Z","avatar_url":"https://github.com/sahilvadia7.png","language":"JavaScript","readme":"# NoteApp\n\nNoteApp is a simple yet powerful note-taking web application built using **React** for the frontend and **Spring Boot** for the backend. It allows users to create, view, update, and delete notes with an elegant and intuitive interface.\n\n## Features\n\n- **User-Friendly Interface**: Built with **React** and **Material-UI** for a sleek and responsive design.\n- **CRUD Operations**: Create, Read, Update, and Delete notes seamlessly.\n- **Spring Boot Backend**: A robust REST API powered by **Spring Boot** for note management.\n- **Database Support**: Uses **PostgreSQL** (or H2/MySQL) for reliable data storage.\n\n#### Upcoming\n- **OAuth Authentication**: Secure login using **Google** or **GitHub** accounts.\n\n---\n\n## Technologies Used\n\n### Frontend:\n- **React.js**: For building the user interface.\n- **Material-UI**: For pre-designed, responsive UI components.\n- **Axios**: For making HTTP requests to the backend.\n\n### Backend:\n- **Spring Boot**: For building the RESTful API.\n- **Spring Security**: For authentication and authorization.\n- **PostgreSQL**: As the primary database (can be replaced with H2 or MySQL).\n\n### upcoming\n- **OAuth2**: For integrating Google and GitHub login.\n\n\n---\n\n## Getting Started\n\n### Prerequisites\n\n- **Java 11 or later**: For running the Spring Boot backend.\n- **Node.js**: For running the React frontend.\n- **Maven**: For building the Spring Boot project.\n- **Docker** (optional): For containerized deployment.\n\n---\n\n### Setup Instructions\n\n#### 1. Backend (Spring Boot)\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/sahilvadia7/noteapp.git\n   ```\n\n2. Navigate to the backend folder:\n   ```bash\n   cd noteapp/backendNoteapp\n   ```\n\n3. Build the backend:\n   ```bash\n   mvn clean install\n   ```\n\n4. Run the backend:\n   ```bash\n   mvn spring-boot:run\n   ```\n\n   The backend will start at `http://localhost:8080`.\n\n#### 2. Frontend (React)\n\n1. Navigate to the frontend folder:\n   ```bash\n   cd noteapp/notepad\n   ```\n\n2. Install dependencies:\n   ```bash\n   npm install\n   ```\n\n3. Start the frontend:\n   ```bash\n   npm start\n   ```\n\n   The frontend will be available at `http://localhost:3000`.\n\n---\n\n### Running the App\n\n- **Frontend**: Access the app at `http://localhost:3000`.\n- **Backend API**: The backend API is available at `http://localhost:8080`.\n\nYou can now start using **NoteApp** to manage your notes!\n\n---\n\n## Docker Deployment (Optional)\n\nTo run the app using Docker:\n\n1. Ensure Docker is installed on your machine.\n2. Navigate to the project root directory:\n   ```bash\n   cd noteapp\n   ```\n3. Build and start the containers:\n   ```bash\n   docker-compose up --build\n   ```\n4. Access the app:\n   - Frontend: `http://localhost:3000`\n   - Backend API: `http://localhost:8080`\n\n---\n\n## Contributing\n\nContributions are welcome! Here’s how you can contribute:\n\n1. Fork the repository.\n2. Create a new branch:\n   ```bash\n   git checkout -b feature-branch\n   ```\n3. Make your changes and commit them:\n   ```bash\n   git commit -am 'Add a new feature'\n   ```\n4. Push to the branch:\n   ```bash\n   git push origin feature-branch\n   ```\n5. Open a **Pull Request** and describe your changes.\n\n---\n\n## License\n\nThis project is licensed under the **MIT License**. See the [LICENSE](LICENSE) file for details.\n\n---\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsahilvadia7%2Fnoteapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsahilvadia7%2Fnoteapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsahilvadia7%2Fnoteapp/lists"}