Skip to content

second year group project - self employee platform for VIDATHA

Notifications You must be signed in to change notification settings

sachintha29/group-project

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 54.6%
  • PHP 31.0%
  • Vue 14.3%
  • Python 0.1%