Athwela is a web based learning center and an online market.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
These things should be installed on your system
- php
- composer
- node
$ 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