Action Figure Marketplace is a project designed for buying and selling various action figures. Follow the steps above to set up the project locally and start exploring the fascinating world of action figures. Feel free to contribute and enhance the marketplace.
Checkout the Interactive Demo here.
You are welcome to contribute to this project. Please follow the contribution guidelines in CONTRIBUTING.md.
- Here are the steps to install and run the project.
Clone the project
git clone https://github.com/alifsuryadi/action-figure-marketplace.git
Go to the project directory
cd action-figure-marketplace
Create an .env file based on the env.example file
copy .env.example .env
Install package-package
composer install
Generate key to enter APP_KEY in .env file
php artisan key:generate
Create database
php artisan migrate
Access the seeder files in the database/seeds folder
php artisan db:seed
Import all data from provinces to sub-districts in Indonesia (optional)
php artisan db:seed --class=IndoRegionSeeder
Create a symbolic link between the storage folder and the public folder on the web server
php artisan storage:link
Install vite
npm install
Run bootstrap (optional)
npm run dev
Start the server
php artisan serve
This project is licensed under the MIT License
Source code : action-figure-marketplace
Feel free to adjust the language and details according to the specifics of your project.
Enjoy Marketplace !!