ppkavinda / group-project

second year group project - self employee platform for VIDATHA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

second year group project - self employee platform for VIDATHA


Languages

Language:HTML 54.7%Language:PHP 31.0%Language:Vue 14.3%Language:Python 0.1%