Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaronblondeau/pocketbase_quasar_starter
Code Sample App
https://github.com/aaronblondeau/pocketbase_quasar_starter
Last synced: 24 days ago
JSON representation
Code Sample App
- Host: GitHub
- URL: https://github.com/aaronblondeau/pocketbase_quasar_starter
- Owner: aaronblondeau
- Created: 2022-11-07T21:54:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-01T19:32:08.000Z (over 1 year ago)
- Last Synced: 2024-07-31T20:37:59.318Z (4 months ago)
- Language: Vue
- Size: 173 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-pocketbase - GitHub - | (JavaScript/TypeScript / Vue)
- awesome-pocketbase - GitHub - | (JavaScript/TypeScript / Vue)
- awesome-pocketbase - Quasar starter kit - Pocketbase with Quasar. ![GitHub Repo stars](https://img.shields.io/github/stars/aaronblondeau/pocketbase_quasar_starter) (Vue)
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
```