- Added app/static/media/posts/ to exclude user-uploaded GPX files and images
- Added data/ directory to exclude database and runtime data
- Cleaned up temporary backup files
- Ensures repository stays clean while preserving application functionality
- Removed all Node.js/Next.js dependencies and files
- Cleaned up project structure to contain only Flask application
- Updated .gitignore to exclude Python cache files, virtual environments, and development artifacts
- Complete motorcycle adventure community website with:
* Interactive Romania map with GPX route plotting
* Advanced post creation with cover images, sections, highlights
* User authentication and authorization system
* Community features with likes and comments
* Responsive design with blue-purple-teal gradient theme
* Docker and production deployment configuration
* SQLite database with proper models and relationships
* Image and GPX file upload handling
* Modern UI with improved form layouts and visual feedback
Technical stack:
- Flask 3.0.0 with SQLAlchemy, Flask-Login, Flask-Mail, Flask-WTF
- Jinja2 templates with Tailwind CSS styling
- Leaflet.js for interactive mapping
- PostgreSQL/SQLite database support
- Docker containerization with Nginx reverse proxy
- Gunicorn WSGI server for production
Project is now production-ready Flask application focused on motorcycle adventure sharing in Romania.
- Replace Next.js/React implementation with Python Flask
- Add colorful blue-purple-teal gradient theme replacing red design
- Integrate logo and Transalpina panoramic background image
- Implement complete authentication system with Flask-Login
- Add community features for stories and tracks sharing
- Create responsive design with Tailwind CSS
- Add error handling with custom 404/500 pages
- Include Docker deployment configuration
- Add favicon support and proper SEO structure
- Update content for Pensiune BuonGusto accommodation
- Remove deprecated Next.js files and dependencies
Features:
✅ Landing page with hero section and featured content
✅ User registration and login system
✅ Community section for adventure sharing
✅ Admin panel for content management
✅ Responsive mobile-first design
✅ Docker containerization with PostgreSQL
✅ Email integration with Flask-Mail
✅ Form validation with WTForms
✅ SQLAlchemy database models
✅ Error pages and favicon handling
- Configure Next.js 14 with TypeScript and App Router
- Set up Tailwind CSS for styling
- Add comprehensive dependencies for motorcycle adventure features
- Configure authentication with NextAuth.js
- Set up map integration with React Leaflet
- Add GPX file support for route tracking
- Configure image processing and file uploads
- Set up forms, charts, and animations
- Add ESLint and development tooling