{"id":27598034,"url":"https://github.com/aziz-ennaciri/liqaatech","last_synced_at":"2026-05-19T10:36:05.193Z","repository":{"id":289160086,"uuid":"970305564","full_name":"Aziz-Ennaciri/LiqaaTech","owner":"Aziz-Ennaciri","description":"LiqaaTech est une application web permettant la création, la gestion et l'inscription à des événements.","archived":false,"fork":false,"pushed_at":"2025-05-26T11:06:14.000Z","size":13022,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-05T08:45:33.473Z","etag":null,"topics":["java","java-persistence-api","spring-boot","springsecurity-jwt","thymleaf"],"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/Aziz-Ennaciri.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-04-21T20:06:52.000Z","updated_at":"2025-05-22T15:28:12.000Z","dependencies_parsed_at":"2025-06-05T08:46:59.342Z","dependency_job_id":null,"html_url":"https://github.com/Aziz-Ennaciri/LiqaaTech","commit_stats":null,"previous_names":["aziz-ennaciri/liqaatech"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Aziz-Ennaciri/LiqaaTech","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aziz-Ennaciri%2FLiqaaTech","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aziz-Ennaciri%2FLiqaaTech/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aziz-Ennaciri%2FLiqaaTech/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aziz-Ennaciri%2FLiqaaTech/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aziz-Ennaciri","download_url":"https://codeload.github.com/Aziz-Ennaciri/LiqaaTech/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aziz-Ennaciri%2FLiqaaTech/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266586409,"owners_count":23952172,"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-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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","java-persistence-api","spring-boot","springsecurity-jwt","thymleaf"],"created_at":"2025-04-22T14:09:29.214Z","updated_at":"2026-05-19T10:36:05.148Z","avatar_url":"https://github.com/Aziz-Ennaciri.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LiqaaTech Event Management System\n\nA comprehensive event management system built with Spring Boot and React, featuring user authentication, event management, ticket sales, and more.\n\n## Features\n\n- User Authentication and Authorization\n- Event Management (Create, Read, Update, Delete)\n- Ticket Sales and Management\n- Event Categories and Tags\n- Search and Filtering\n- File Upload (Images, Documents)\n- Email Notifications\n- Responsive Design\n- RESTful API\n- Swagger Documentation\n\n## Tech Stack\n\n### Backend\n- Java 17\n- Spring Boot 3.2.3\n- Spring Security\n- Spring Data JPA\n- MySQL\n- JWT Authentication\n- Maven\n- Swagger/OpenAPI\n\n### Frontend\n- React 18\n- TypeScript\n- Material-UI\n- Redux Toolkit\n- React Router\n- Axios\n- Formik \u0026 Yup\n\n## Prerequisites\n\n- Java 17 or higher\n- Node.js 16 or higher\n- MySQL 8.0 or higher\n- Maven\n- npm or yarn\n\n## Getting Started\n\n### Backend Setup\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/yourusername/liqaatech.git\ncd liqaatech\n```\n\n2. Configure the database:\n- Create a MySQL database named `liqaatech`\n- Update `application.properties` with your database credentials\n\n3. Build and run the backend:\n```bash\nmvn clean install\nmvn spring-boot:run\n```\n\nThe backend will be available at `http://localhost:8080/api`\n\n### Frontend Setup\n\n1. Navigate to the frontend directory:\n```bash\ncd frontend\n```\n\n2. Install dependencies:\n```bash\nnpm install\n```\n\n3. Start the development server:\n```bash\nnpm start\n```\n\nThe frontend will be available at `http://localhost:3000`\n\n## API Documentation\n\nSwagger documentation is available at:\n- Swagger UI: `http://localhost:8080/api/swagger-ui.html`\n- OpenAPI JSON: `http://localhost:8080/api/api-docs`\n\n## Project Structure\n\n```\nliqaatech/\n├── src/\n│   ├── main/\n│   │   ├── java/\n│   │   │   └── com/\n│   │   │       └── LiqaaTech/\n│   │   │           ├── Config/\n│   │   │           ├── Controllers/\n│   │   │           ├── DTOs/\n│   │   │           ├── Entities/\n│   │   │           ├── Exceptions/\n│   │   │           ├── Repositories/\n│   │   │           ├── Security/\n│   │   │           └── Services/\n│   │   └── resources/\n│   │       ├── static/\n│   │       ├── templates/\n│   │       └── application.properties\n│   └── test/\n├── frontend/\n│   ├── public/\n│   └── src/\n│       ├── components/\n│       ├── pages/\n│       ├── services/\n│       ├── store/\n│       └── utils/\n└── pom.xml\n```\n\n## Security\n\n- JWT-based authentication\n- Role-based access control\n- Password encryption\n- CORS configuration\n- Input validation\n- File upload security\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 some amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Support\n\nFor support, email support@liqaatech.com or create an issue in the repository. ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faziz-ennaciri%2Fliqaatech","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faziz-ennaciri%2Fliqaatech","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faziz-ennaciri%2Fliqaatech/lists"}