agnelvishal / Condense.press

GNU General Public License v3.0
12 stars 25 forks source link

Rewrite in Vue.js #27

Open agnelvishal opened 5 years ago

agnelvishal commented 5 years ago

As of now, direct interaction with database is used from the php file. It seems using vue.js is a better architecture. Could someone help in rebuilding the web app in vue? Rest api for interacting with database is available at https://github.com/agnelvishal/Condense.press/tree/master/rest-api

larizzatg commented 5 years ago

Hi @agnelvishal,

I will like to work on this. What are your goals, do you want everything in a spa or just enhance the application with vue.

agnelvishal commented 5 years ago

Hello @skayablars I assume SPA would be better

larizzatg commented 5 years ago

Hi @agnelvishal , I'm on it, maybe it will take me one day because of work and other activities. The site kinda needs a redesign, maybe you can create an issue so other people can contribute?

agnelvishal commented 5 years ago

Could you tell what should I mention in the issue?

larizzatg commented 5 years ago

Sure, the main problems that I detected are:

larizzatg commented 5 years ago

Hi @agnelvishal what is the public url for the api?

agnelvishal commented 5 years ago

You will have to run php -S localhost:8000 rest-api/public/index.php and then access the api from localhost:8000/feeds