This project is API based project using Laravel Framework. For the front-end, Vue JS makes the magic 👌
- Make sure you have a server installed in your machine (xampp, wamp & etc.)
- Clone the project to your server folder (" git clone https://github.com/junejuly-jb/E-commerce.git")
- Open the project and run " composer install " on your terminal
- Run " npm install "
- Run " cp .env.example .env "
- Go to .env file and change database connection make sure you already made a database.
- Install a project key " php artisan key:generate "
- Run migrations and database seeder " php artisan migrate:fresh --seed "
- Install passport for authentication " php artisan passport:install "
2 ADMINS IS REGISTERED USING DATABASE SEEDER
Use this credentials to log in as an admin
User 1: email: [email protected] password: letmein
User 2: [email protected] password: letmein