Diger is an e-commerce platform that enables creators, writers, artists and developers to sell their digital products directly to fans and customers. The system is developed using Laravel, VueJS, InertiaJS and Tailwind CSS. It is deployed on AWS using Ubuntu and Nginx, along with other necessary tools.
To see our application please visit the following link Diger
- Easy and fast food ordering process
- Seamless browsing and menu selection
- Convenient cart management
- Real-time order tracking
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
Make sure you have the following software installed on your machine:
- PHP (version 8.1.2)
- Composer (version 2.2.6)
- MySQL (version 10.4.24)
- Node.js (version 14.0.0 or above)
- NPM (Node Package Manager)
# Clone this repository
$ git clone [repository-url]
# Navigate to the project folder
$ cd diger
# Install the dependencies
$ composer install
# Duplicate the .env.example file and rename it to .env
$ cp .env.example .env
# Generate an application key
$ php artisan key:generate
# Run the database migrations
$ php artisan migrate
# Run the database migrations with default data
$ php artisan migrate:fresh --seed
# Create the symbolic link
$ php artisan storage:link
# Install the Node.js dependencies
$ npm install
# Build the frontend assets for production using the following command
$ npm run build
# Develop or run a Diger project in development mode
$ npm run dev
# Start the development server
$ php artisan serve
# Open your web browser and go to
$ http://localhost:8000
- Laravel (PHP Framework)
- VueJS (Javascript Framework)
- InertiaJS (Javascript Framework)
- Tailwind CSS (Utility-First CSS Framework)
- Fadly Sofyansyah - Backend Developer
- Arif Saputra - UI/UX Designer, Frontend Developer, and DevOps Engineer
- Khafidha Sukma D - Frontend Developer
- Akmal Faiz A - Frontend Developer
- Authentication
- CRUD Account
- CRUD Product
- CRUD Category
- Filter by Category
- Buy Product
This project is licensed under the MIT license. Please see the LICENSE file for more information.