8000 GitHub - nahapet93/car-catalogue: Test task for CodeIdea
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nahapet93/car-catalogue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

  • Pull the project from git provider git clone https://github.com/nahapet93/car-catalogue.git

  • Go to frontend dir cd frontend

  • Run npm i

  • Run npm run dev

  • Go to backend dir cd backend

  • Copy .env.example file to .env inside your backend root and fill the database information.

  • Specify FRONTEND_URL as the Vite url (for example http://localhost:5173)

  • Run composer install

  • Run npm i

  • Run php artisan key:generate

  • Run php artisan migrate:fresh --seed

  • Run php artisan config:cache

  • Run php artisan serve

  • Copy env file to env.local inside the frontend folder

  • Specify VITE_API_URL as the backend url

  • Go to frontend url, click Login

  • Log in using these credentials - admin@example.com / 12341234

About

Test task for CodeIdea

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0