Skip to content

Isallkun/nftmarket

Repository files navigation

NFT Market

202169040009_Faishal Ananta Ridha_TI 4A 2021_Universitas Yudharta Pasuruan

NFTMarket Screenshot

Nft Market is an NFT Website build with Laravel Jetstream and Inertia (Vue JS)

All Contributors GitHub last commit GitHub code size in bytes License

Installation

  1. Clone this repository: git clone
  2. Install the dependencies: composer install
  3. Create a copy of your .env file: cp .env.example .env
  4. Generate an app encryption key: php artisan key:generate
  5. Create an empty database for our application
  6. In the .env file, add database information to allow Laravel to connect to the database
  7. Migrate the database: php artisan migrate
  8. Seed the database: php artisan db:seed
  9. Install node modules: npm install
  10. Build assets: npm run dev
  11. And finally, start the application: php artisan serve

Author

Made with ♥ Isallkun.

Releases

No releases published

Packages

No packages published

Languages