Skip to content

8MOVLOGISTICS/Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

8MOV - Logistics Platform

A professional logistics and transportation platform connecting brokers, carriers, and shippers.

Features

  • User Authentication: Secure login/logout system with Firebase Auth
  • Dashboard: Centralized user interface for managing logistics operations
  • Messaging System: Real-time communication between users
  • User Management: Separate interfaces for brokers and carriers
  • Responsive Design: Mobile-friendly interface built with Bootstrap

Technology Stack

  • Frontend: HTML5, CSS3, JavaScript (ES6+)
  • Backend: Firebase (Authentication, Firestore, Storage, Analytics)
  • UI Framework: Bootstrap 5
  • Icons: FontAwesome
  • Notifications: SweetAlert2

Project Structure

public/
├── css/           # Stylesheets
├── images/        # Images and icons
├── javascript/    # Core application logic
├── js/           # Third-party libraries
├── webfonts/     # FontAwesome fonts
└── *.html        # Application pages

Setup and Deployment

  1. Prerequisites: Node.js and Firebase CLI installed
  2. Firebase Project: Configured to use movlogistics8 project
  3. Deploy: Run firebase deploy to deploy to Firebase Hosting

Firebase Configuration

The application is configured to use the 8MOV Firebase project with the following services:

  • Authentication
  • Firestore Database
  • Cloud Storage
  • Analytics

Development

To run the project locally:

  1. Clone the repository
  2. Install Firebase CLI: npm install -g firebase-tools
  3. Login to Firebase: firebase login
  4. Use the project: firebase use movlogistics8
  5. Serve locally: firebase serve

Deployment

To deploy to production:

firebase deploy

License

© 2024 8MOV. All rights reserved.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published