GithubHelp home page GithubHelp logo

nursyah21 / cmsblog Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.86 MB

cms with vue and supabase

License: MIT License

HTML 1.52% JavaScript 1.27% Vue 80.77% CSS 0.63% Shell 0.11% TypeScript 15.71%

cmsblog's Introduction

cmsblog

Netlify Status

this cmsblog use template vue supabase template

user guide

edit landing page in src/views/Index.vue for home page you can edit src/components/Home.vue you can also edit admin page in src/views/Dashboard.vue

you can deploy this website in netlify and thanks to supabase we can create cms like wordpress but with minimalize code and written in vue, ts, js.

`database` you can use vuerd to open `erd.vuerd` to see schema database and generate sql

blog:

  • blog_id:int4
  • data:text
  • release:text
  • views:int4
  • link:text
  • preview_data:text

comment:

  • comment_id:int4
  • name:text
  • comment:text
  • created_at:text
  • url_blog:text

hidroponik:

  • id_hidroponik:int4
  • tangki1:float8
  • tangki2:float8
  • tangki3:float8
  • tds:float8
  • pompa_1:bool
  • pompa_2:bool
  • pompa_3:bool
  • pompa_4:bool
  • ppm:int4
  • auto:bool

shop:

  • shop_id:int4
  • name:text
  • url:text
  • price:text
  • img_url:text

users:

  • users_id:int4
  • name:text
  • pass:text
  • created_at:text

visited:

  • visited_id:int4
  • time:text
  • counts:int4

to login in admin mode juat open /login

if you find bug, please open an issue

website using this cmsblog: desa-songo.com

getting started

git clone https://github.com/nursyah21/cmsblog <your-project>
cd <your-project>
npm install

npm run dev

don't forget to fill .env based on your supabase

you can also delete unnecessary feature like hidroponik, just hidden it

screenshot website: alt

alt

alt

alt

cmsblog's People

Contributors

nursyah21 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.