Nft Market is an NFT Website build with Laravel Jetstream and Inertia (Vue JS)
- Clone this repository:
git clone
- Install the dependencies:
composer install
- Create a copy of your .env file:
cp .env.example .env
- Generate an app encryption key:
php artisan key:generate
- Create an empty database for our application
- In the .env file, add database information to allow Laravel to connect to the database
- Migrate the database:
php artisan migrate
- Seed the database:
php artisan db:seed
- Install node modules:
npm install
- Build assets:
npm run dev
- And finally, start the application:
php artisan serve
Made with ♥ Isallkun.