11 Commits

Author SHA1 Message Date
Tudor Stanciu
88f15392e7 refactor: update MaxMind database path from /usr/share/GeoIP to /usr/share/maxmind in configuration files and documentation 2025-10-04 01:00:13 +03:00
Tudor Stanciu
900a6e05a4 refactor: update default port from 3000 to 5172 across configuration files and documentation 2025-10-04 00:27:05 +03:00
Tudor Stanciu
f63ee472c8 refactor: update output directory paths in tsconfig and vite config for backend and frontend 2025-10-03 19:40:58 +03:00
Tudor Stanciu
9ab5b3a950 chore: add build scripts to .gitignore 2025-10-03 19:13:41 +03:00
Tudor Stanciu
db095eb519 refactor: consolidate Dockerfile stages and improve build process for frontend and backend 2025-10-03 19:10:51 +03:00
Tudor Stanciu
ed46132f64 chore: update Node.js version in Dockerfile to 24.9-alpine3.21 2025-10-03 18:47:36 +03:00
Tudor Stanciu
345ed9c68c Merged PR 109: Bitip project initialization - GeoIP lookup service with frontend interface
- feat: Implement GeoIP lookup service with frontend interface
- feat: Add dotenv dependency and configure environment variables; update rate limiter response handling
- refactor: Remove development Dockerfile and docker-compose for streamlined setup; update GeoIP service to use new MaxMind types
- chore: update dependencies and ESLint configuration
- feat: Add documentation for breaking changes and package updates after major version upgrades
- feat: Add environment configuration files and update module imports for ES module support
- feat: Update nodemon configuration and add register script for ES module support
- feat: Add .gitattributes file to enforce LF line endings and define text/binary file types
- feat: Implement graceful shutdown with timeout and update nodemon configuration
- feat: Update environment configuration and add detailed configuration guide
- feat: add frontend origin validation and update rate limits
- feat: add versioning arguments and detailed OCI image labels to Dockerfile
- feat: add version and release notes endpoints, update frontend to display release notes
- feat: Refactor App component to use React Router for navigation
- feat: Update navigation styles and remove unused type definitions for react-router-dom
- feat: Generate runtime configuration for frontend and serve env.js
- feat: Update dependencies, enhance ESLint configuration, and improve Vite setup
- refactor: Remove ensureTrailingSlash function and simplify basePath assignment in Vite config
2025-10-02 22:59:22 +00:00
Tudor Stanciu
397e8abbc3 feat: add initial Product Requirements Document for GeoIP Lookup Service 2025-07-24 11:52:05 +03:00
Tudor Stanciu
ebc5b5c757 fix: update PRD save location to /docs and enhance tech stack details 2025-07-24 10:54:58 +03:00
Tudor Stanciu
a8927c17d8 feat: add comprehensive guidelines for generating PRDs and task lists
- Created a detailed Product Requirements Document (PRD) template to guide AI in generating PRDs based on user prompts.
- Added a structured task list generation process from PRDs to assist developers in implementation.
- Established task management protocols to ensure effective tracking and completion of tasks.
- Documented the tech stack used in the project, including backend and frontend technologies, build, release processes, and extra features.
2025-07-24 10:28:16 +03:00
Tudor Stanciu
1814b6d412 Added README.md 2025-07-23 15:59:28 +00:00