MarcaAí is a comprehensive event scheduling and agenda management web application. This full-stack application combines a robust backend with an intuitive frontend interface to provide users with an efficient solution for managing events, schedules, and appointments.
- Event Scheduling: Create and manage events with detailed information
- Calendar Integration: Visual calendar interface for easy date selection
- Responsive Web Interface: User-friendly interface built with JavaScript, CSS, and HTML
- Robust Backend: PHP-based server-side logic for reliable data processing
- Database Integration: Efficient data management and storage
- User-Friendly UI/UX: Clean and intuitive design for seamless user experience
- Cross-Platform Support: Works seamlessly across different browsers and devices
- Real-time Updates: Dynamic content updates without full page reloads
- Frontend:
- JavaScript
- CSS
- HTML/Blade Templates
- Backend:
- PHP
- Blade Template Engine
- Database: Relational database for event and user management
- Architecture: Full-stack web application with separate frontend and backend directories
Projeto_tai2/
├── back_end/ # Backend PHP code, API, and business logic
├── front_end/ # Frontend JavaScript, CSS, and HTML templates
├── README.md # This file
└── [Configuration] # Database and environment setup files
- PHP 7.0 or higher
- Node.js and npm (for frontend development)
- A modern web browser (Chrome, Firefox, Safari, Edge)
- Web server (Apache, Nginx, or similar)
- MySQL or PostgreSQL database
-
Clone the repository:
git clone https://github.com/PhabloAlves/Projeto_tai2.git cd Projeto_tai2 -
Backend Setup:
- Navigate to the
back_enddirectory - Configure your PHP environment and database connection
- Set up any required PHP dependencies
- Import database schema if available
- Navigate to the
-
Frontend Setup:
- Navigate to the
front_enddirectory - Install dependencies (if applicable):
npm install
- Build or compile frontend assets as needed
- Navigate to the
-
Start Development:
- Configure your web server to serve the application
- Access the application through your web browser