Git Product home page Git Product logo

appwritelovesquasar's Introduction

logo

Appwrite ❤ Quasar - Starter Pack for Admin panel

This project will serve as your starting pack for the Appwrite backend application and basic admin panel with login/logout feature.

Prerequisites

Appwrite

Install or configure your own instance of Appwrite.

Quasar

Install Quasar CLI.

Environment variables

Create a .env file in the root of the project. Content of the file is:

_APP_API_URL=url_to_the_appwrite
_APP_PROJECT_ID=project_id_from_appwrite

Install NPM packages

yarn

Start frontend

quasar dev

Administration

Navigate to /admin URL in your favorite browser. Use the form to log in to the admin panel. Login feature works on admin only. It is disabled in this router file on the frontend.

Routes

You can add/update all routes in the routes.js file.

Favicon

Change main logo /public/logo/logo_500_500.png to fit your brand.

Install icongenie package:

yarn global add @quasar/icongenie

Now run the command to generate all favicons (from the root of the project):

icongenie generate -i public/logo/logo_500_500.png --skip-trim -m spa

Fonts

You can use your own font. Upload it to the fonts/ directory and change the corresponding style.

Login & Registration

You can use the user and registration components we created. They only contain basic styling. So you can fit it into your website design.

Appwrite instance

In .vue files:

this.$appwrite.DO_SOMEETHING()

In .js files:

import { appwrite } from './boot/appwrite'

appwrite.DO_SOMEETHING()

Upload a file

We have prepared a simple upload component you can easily adjust.

<file-upload />

By default, the file is uploaded with "*" permission (free for all). You can configure read and write permissions with component properties like:

<file-upload
  :permission-read="['*']"
  :permission-write="['*']"
/>

appwritelovesquasar's People

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.