handokoadjip / project-learn-bwa-laravel-nomads

Nomads is a project to learn Laravel 7 with an example of creating a website travel.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BWA Nomads Backend

Build Status stability-experimental contributions welcome License: MIT

Nomads is a e-commerce traveling 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-nomads.git

Usage example

Landingpage

Landingpage

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

Development setup

Switch to the repo folder

cd project-learn-bwa-laravel-nomads

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-nomads/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

About

Nomads is a project to learn Laravel 7 with an example of creating a website travel.


Languages

Language:HTML 59.7%Language:Blade 20.0%Language:PHP 20.0%Language:Shell 0.2%Language:Vue 0.1%