Skip to content

alifsuryadi/action-figure-marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

26 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Action Figure Marketplace

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.


Interactive Demo

Checkout the Interactive Demo here.

Menu


Contribution

You are welcome to contribute to this project. Please follow the contribution guidelines in CONTRIBUTING.md.

Run Locally

  • 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

License

This project is licensed under the MIT License


Repo

Source code : action-figure-marketplace


Feel free to adjust the language and details according to the specifics of your project.

Thanks

Enjoy Marketplace !!