Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aaronblondeau/pocketbase_quasar_starter

Code Sample App
https://github.com/aaronblondeau/pocketbase_quasar_starter

Last synced: 3 months ago
JSON representation

Code Sample App

Awesome Lists containing this project

README

        

# PBStarter (com.aaronblondeau.parallax-sample)

PocketBase Starter Project

This is a demo/starter for using Pocketbase with Quasar for rapid application development.

# Backend - Pocketbase

Begin by downloading pocketbase, extracting the executable and running it locally. I recommend doing this in the "pocketbase" folder included in this project. Full instructions can be found here : [https://pocketbase.io/docs/](https://pocketbase.io/docs/).

```
./pocketbase.exe serve
```

Once Pocketbase is running, go to http://127.0.0.1:8090/_/ and create an admin account.

Then, go to Settings > Import collections, and import ./pocketbase/collections.json

While in settings make sure to configure the application name and configure SMTP settings (with Mailtrap).

## Frontend - Quasar

```bash
# install dependencies
yarn
# run
yarn dev
```