Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.03 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.03 KB

athwela Build Status

Athwela is a web based learning center and an online market.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

These things should be installed on your system

  • php
  • composer
  • node

Installing

$ git clone https://github.com/ppkavinda/group-project.git
$ cd group-project
$ composer install
$ rename .env.example .env
$ php artisan key:generate
$ php artisan migrate
$ php artisan db:seed
$ npm install
$ php artisan serve
$ npm run watch

goto localhost:8000

Built With

  • Laravel - The web framework used
  • VueJs - Front-end framework used