Can you give us github repo link for that grocery app ?
Posts made by ciaompe
-
RE: React Native with Redux Middlewares
-
RE: CSS Grid
ඇයි bootstrap තියාගෙන මෙහෙම custom css ගහන්නේ මේක ගොඩක් වෙලා යන වැඩක් ඒ වගේම sliders අනිත් javascript components bootstrap තමයි support කරන්නේ
-
RE: what are the requirements and skills need to do an overseas job & which countries are the best
you don't need go overseas, you can work remotly with foreign clients.
-
RE: Portable and lightweight cross platform application development framework from SL
Greate start... lankadevelopers can contribute to build Neutralinojs framework
-
RE: Xamarin Tutorial (English) - Part 3
Nice work bro . keep it up.
-
RE: Laravel API help
If you need to secure login for your mobile app then you have to use Laravel / Passport.
What is Laravel Passport?
APIs typically use tokens to authenticate users and do not maintain session state between requests. Laravel makes API authentication a breeze using Laravel Passport, which provides a full OAuth2 server implementation for your Laravel application in a matter of minutes. learn more
What are the routes should be there in api.php
- Login
- Register
- Other Routes on your application
ex : post/topic, get/topic, edit/topic
How do I convert my existing web.php into api.php
Simply get all logics and replace all return views with json response.
If you looking for a basic login and create a basic API you can use Laravel Built-In Token Auth (No Package Required)
-
RE: Xamarin Tutorial in English as Promised...
Good Work bro. I think we need to add youtube embed function to the forum.
-
RE: Can anyone explain How to get Microsoft Certified and is it worth ?
My personal recommandation is do not get any of cetificates form Microsoft or Oracal, because that is not the trend in 2020. get bsc degree from reputed univercity, and learn JavaScripts/Python in full time.
-
RE: Stepping on Unreal Engine for the First Time
Lankadevelopers can contribute to develop a game in future. we can do it bro.
-
RE: Google Code In
ඔව් අපිට එහෙම දෙයක් කරලා ලංකාවේ ලොකු IT community එකක් හදන්න තමා ඕනේ . එකට හැමෝගෙම Help එක ඕනේ. තමන්ගේ දැනුම තව කෙනෙක් එක්ක බෙදාගෙන අනිත් අයගේ දැනුමත් එකතු කරගෙන ලොකු දෙයක් කරලා පෙන්නමු
-
RE: Google Code In
හොද අදහස , අපේ රටේ IT field එක community එකක් විදියට build වෙලා තිබුනේ නැ එකයි අලුත් දේවල් ගැන කවුරුත් වැඩිය දැනුවත් වෙන්නේ නැත්තේ , එකට විසදුමක් විදියට තමා අපි lankadevelopers හැදුවේ. ඉස්සරහට අලුත් දේවල්, events community එකක් විදියට අපි මෙතනින් share කරගමු . එතකොට එක අපේ නංගිලා මල්ලිලාට ගොඩක් ලොකු උදුවක් වෙයි ලංකාවේ අලුත් දේවල් ගොඩක් කරලා පෙන්නන්න .
-
RE: Nginx: connect() failed (111: Connection refused) while connecting to upstream
Simply, open the following path to your php5-fpm (if you php 7 then open php 7 fpm)
Php 5
sudo nano /etc/php5/fpm/pool.d/www.conf
Php 7
sudo nano /etc/php/7.2/fpm/pool.d/www.conf
Then find this line and uncomment it:
listen.allowed_clients = 127.0.0.1
Also comment below line
Php 5
;listen = /var/run/php5-fpm.sock
Php 7
;listen = /run/php/php7.2-fpm.sock
and add
listen = 9000
after you make the modifications, all you need to restart or reload both Nginx and Php fpm
Php 5
sudo service php5-fpm restart
Php 7
sudo service php7.2-fpm restart
Nginx
sudo service nginx restart
-
RE: ඇයි ගොඩක් Developers ලා PHP වලට අකමැති?
welcome to the lanka developers
-
RE: The best Linux distro in 2018 (#1 in distrowatch.com)
@varuna
check this out
https://distrowatch.com/search.php?category=Desktop
https://distrowatch.com/search.php?category=Servercategory වලිනුත් හොදම distro එක ගන්න පුළුවන්. overall distrowatch එක හිට්ස් වලින් තමා ගන්නේ හොදම එක , servers වලට වඩා linux desktop වල use වෙනවනේ
-
RE: The best Linux distro in 2018 (#1 in distrowatch.com)
@varuna
මේක linux distribution එකක් category එකක් අදාල නැ distribution එකකට category නෙමේ ඔයා කියන්නේ editions ගැනද ? (ex : Server edition)