/project-learn-bwa-laravel-shayna-backend

Shayna Backend is a e-commerced traveling application made with Laravel 7 as my practice for API Shayna Vue JS.

Primary LanguagePHP

BWA Nomads

Build Status stability-experimental contributions welcome License: MIT

Shayna is a e-commerce cloth application, created with php and Laravel framework as an exercise.

This project was made using Laravel 7 Framework and for appearance it uses a Bootstrap 4.* framework.

For those who want to contribute, just fork or download as usual!

Requirements

  • PHP >= 5.3.7
  • Of course with the internet

Installation

Clone the repository

git clone git@github.com:handokoadjipangestu/project-learn-bwa-laravel-shayna-backend.git

Usage example

Dashboard

For more examples and usage, please contact Handoko Adji Pangestu.

Development setup

Switch to the repo folder

cd project-learn-bwa-laravel-shayna-backend

Install all the dependencies using composer

composer install

Copy the example env file and make the required configuration changes in the .env file

cp .env.example .env

Generate a new application key

php artisan key:generate

Run the database migrations (Set the database connection in .env before migrating)

php artisan migrate

Start the local development server

php artisan serve

You can now access the server at http://localhost:8000

Release History

  • 0.0.1
    • Work in progress

Meta

Handoko Adji Pangestu – @handokoadphandokoadjipangestu@gmail.com

Distributed under the MIT license. See LICENSE for more information.

https://opensource.org/licenses/MIT

Contributing

  1. Fork it (https://github.com/handokoadjipangestu/project-learn-bwa-laravel-shayna-backend/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request