Inter Freight Forwarders is a freight forwarding web platform that allows users to sign up, log in, and securely submit shipment documents. The platform supports multi-user authentication (User & Admin) and enables admins to monitor, manage, and track all user uploads through a dedicated admin dashboard.
Take a Look here : Inter Freight Forwarders
- ✅ User Registration & Secure Login
- 🔐 Role-based Authentication (User & Admin)
- 📂 Document Upload for Shipments
- 📦 Start and Manage Shipments
- 🧑💼 Admin Dashboard to View User Submissions
- 📁 Organized Folder System for Each User
- 🧹 Clean and Responsive UI
Frontend
- React.js
- Tailwind CSS or Bootstrap (for styling)
- Axios for HTTP requests
Backend
- Node.js
- Express.js
- MongoDB with Mongoose
- JWT (JSON Web Tokens) for Authentication
- Multer for file uploads
- Sign up & log in
- Submit shipment-related documents
- View shipment status and updates
- Log in to the Admin Dashboard
- View & manage user submissions
- Approve, reject, or verify documents
git clone https://github.com/kalviumcommunity/S74_JoeCelaster_Capstone_Inter_Freight_Forwarders.git
cd S74_JoeCelaster_Capstone_Inter_Freight_ForwardersYou can deploy this app using:
- Frontend: Vercel, Netlify
- Backend: Render, Railway, Heroku, or any VPS
- Database: MongoDB Atlas
Make sure CORS and cookies are properly configured for deployment.