Lokando is a web application that helps smaller buisnesses survive COVID-19 world wide crysis.
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.
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
- git
- composer
- node.js
- npm
- php
- mysql
- php.ini dostępny Tutaj
- web server
- Enable modules listed in our php.ini in yours php config file
- Copy/Make files
\user> cp .env.example .env
\user> cp webpack.mix.js.example webpack.mix.js
\user> mkdir assets ./resources- Install dependiences
\user> composer update
\user> npm install- 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- Sign your app
\user> php artisan key:generate- Zbuduj base danych
Bez seedera
\user> php artisan migrate:freshWith seeder (random strings as data)
\user> php artisan migrate:fresh --seed\user> php passport:install- Zbuduj frontend
\user> npm run dev- Angelika Iskra Frontend
- Kamil Buczyński Frontend
- Adam Hallmann Backend