{"id":24178814,"url":"https://github.com/zachary013/oracle-spring-project","last_synced_at":"2026-05-09T07:36:40.310Z","repository":{"id":271796453,"uuid":"899482828","full_name":"zachary013/oracle-spring-project","owner":"zachary013","description":"A comprehensive database management system integrating Oracle Database, Spring Boot, and Next.js.","archived":false,"fork":false,"pushed_at":"2025-01-27T21:17:32.000Z","size":628,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T18:16:19.081Z","etag":null,"topics":["java","nextjs","oracle","oracle-database","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/zachary013.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-12-06T11:04:37.000Z","updated_at":"2025-01-27T21:17:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"47016e40-d0ad-4ec9-bde0-a1d52676c902","html_url":"https://github.com/zachary013/oracle-spring-project","commit_stats":null,"previous_names":["zachary013/oracle-spring-project"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zachary013/oracle-spring-project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachary013%2Foracle-spring-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachary013%2Foracle-spring-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachary013%2Foracle-spring-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachary013%2Foracle-spring-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zachary013","download_url":"https://codeload.github.com/zachary013/oracle-spring-project/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachary013%2Foracle-spring-project/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32811654,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"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":["java","nextjs","oracle","oracle-database","spring-boot"],"created_at":"2025-01-13T05:13:45.852Z","updated_at":"2026-05-09T07:36:40.295Z","avatar_url":"https://github.com/zachary013.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Oracle SpringBoot NextJS Project\n\nA comprehensive database management system integrating Oracle Database, Spring Boot, and Next.js.\n\u003cimg src=\"photos/design.png\" alt=\"User Management Interface\" width=\"800\"/\u003e\n\n\n\n## Core Features\n\n- User Management (CRUD, Roles, Privileges)\n- DATA Backup and Recovery\n- Security\n- Query Optimization\n\n## Technical Architecture\n\n### Frontend (Next.js 13.5)\n- Server-side rendering for optimal performance\n- Responsive dashboard with real-time updates using Recharts\n- Interactive data visualization components with Tailwind CSS\n- Secure authentication and authorization with NextAuth.js\n- Form validation using React Hook Form\n- Type-safe development with TypeScript\n\n### Backend (Spring Boot)\n- RESTful API endpoints with OpenAPI documentation\n- Database transaction management with JPA/Hibernate\n- Business logic implementation with service layer pattern\n- Security middleware using Spring Security\n- File handling services with multipart support\n- Caching with Redis for improved performance\n\n### Database (Oracle)\n- Efficient data storage and retrieval\n- Complex query optimization\n- Data integrity and consistency\n- Backup and recovery mechanisms\n- Connection pooling with HikariCP\n\n## Prerequisites\n\n- Node.js 18+\n- Java 17+\n- Oracle Database 19c+\n- Maven 3.8+\n\n## Getting Started\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/zachary013/oracle-spring-project.git\n   ```\n\n2. Configure Oracle Database:\n    - Create a new database schema\n    - Update `application.properties` with your database credentials\n\n3. Start Spring Boot backend:\n   ```bash\n   cd backend\n   mvn spring-boot:run\n   ```\n\n4. Install frontend dependencies and start Next.js:\n   ```bash\n   cd frontend\n   npm install\n   npm run dev\n   ```\n\n5. Access the application at `http://localhost:3000`\n\n## Environment Variables\n\nCreate a `.env` file in the frontend directory:\n\n```env\nNEXT_PUBLIC_API_URL=http://localhost:8080\nNEXTAUTH_URL=http://localhost:3000\nNEXTAUTH_SECRET=your-secret-key\n```\n\n## API Documentation\n\n- Backend API documentation is available at `http://localhost:8080/swagger-ui.html`\n- Detailed API documentation can be found in the `/docs` directory\n\n## Contributing\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## Contributors\n\n- [zachary013](https://github.com/zachary013) \n- [Sam-jab](https://github.com/Sam-jab) \n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgments\n\n- Next.js team for the amazing framework\n- Spring Boot team for the robust backend framework\n- Oracle for the reliable database system","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzachary013%2Foracle-spring-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzachary013%2Foracle-spring-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzachary013%2Foracle-spring-project/lists"}