Duong0907 / is207-sportswear-business

API for managing a sportswear store with features such as user authentication, handling orders, third-party payment, managing products

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sportswear Business Website

This project runs with Laravel version 10.0.

Getting started

Assuming you've already installed on your machine: PHP (>= 8.0.0), Laravel, Composer and Node.js.

# install dependencies
composer install
npm install

# create .env file and generate the application key
cp .env.example .env
php artisan key:generate

# Migrate database
php artisan migrate

# Seed database
php artisan db:seed

Then launch the server:

php artisan serve

The Laravel sample project is now up and running! Access it at http://localhost:8000.

About

API for managing a sportswear store with features such as user authentication, handling orders, third-party payment, managing products


Languages

Language:PHP 38.7%Language:Blade 24.9%Language:CSS 21.3%Language:JavaScript 8.0%Language:HTML 7.2%Language:Makefile 0.0%