Skip to content
forked from Sagiys/Lokando

web application that helps smaller buisnesses survive COVID-19 world wide crysis; this project was created under "Hackathon dla Miast"

Notifications You must be signed in to change notification settings

Kbuczynski/Lokando

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lokando

Lokando is a web application that helps smaller buisnesses survive COVID-19 world wide crysis.

About

Lokando is made with:

We're using Laravel to render React as frontend, and we're providing REST API with it.
Everything UI/UX wise was designed by us.

Usage

You can experience our application by clicking Lokando - dev

You can create user by yourself or use one of provided by us:

login: lokando@lokando.pl
pass: tonieadmin

login: firma@firma.pl
pass: firma123

login: osoba@osoba.pl
pass: osoba123

login: czlowiek@czlowiek.pl
pass: czlowiek123

:okando and firma account belongs to category "Gastronomia" and product are only there for now

Local Installation

Prerequirements

  • git
  • composer
  • node.js
  • npm
  • php
  • mysql
  • php.ini dostępny Tutaj
  • web server

  1. Enable modules listed in our php.ini in yours php config file
  2. Copy/Make files
\user> cp .env.example .env
\user> cp webpack.mix.js.example webpack.mix.js
\user> mkdir assets ./resources
  1. Install dependiences
\user> composer update
\user> npm install
  1. Update your .env
APP_NAME=NAME_OF_YOUR_APP
APP_ENV=LOCAL_OR_PRODUCTION
APP_KEY=
APP_DEBUG=TRUE_OR_FALSE
APP_URL=APPLICATION_URL example: http://dev.lokando.pl

LOG_CHANNEL=stack

DB_CONNECTION=mysql
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=DATABASE_NAME
DB_USERNAME=DATABASE_USER
DB_PASSWORD=DATABASE_PASSWORD
  1. Sign your app
\user> php artisan key:generate
  1. Zbuduj base danych
    Bez seedera
\user> php artisan migrate:fresh

With seeder (random strings as data)

\user> php artisan migrate:fresh --seed
\user> php passport:install
  1. Zbuduj frontend
\user> npm run dev

Authors

About

web application that helps smaller buisnesses survive COVID-19 world wide crysis; this project was created under "Hackathon dla Miast"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 90.0%
  • HTML 8.2%
  • Stylus 1.6%
  • Other 0.2%