https://github.com/trace2798/outerbase_quotes
This is a simple CRUD application using Outerbase features and database.
https://github.com/trace2798/outerbase_quotes
hashnode hashnode-hackathon outerbase outerbase-hackathon
Last synced: 3 months ago
JSON representation
This is a simple CRUD application using Outerbase features and database.
- Host: GitHub
- URL: https://github.com/trace2798/outerbase_quotes
- Owner: trace2798
- License: mit
- Created: 2023-09-13T05:27:17.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-17T17:07:31.000Z (over 1 year ago)
- Last Synced: 2025-01-22T06:48:06.949Z (5 months ago)
- Topics: hashnode, hashnode-hackathon, outerbase, outerbase-hackathon
- Language: TypeScript
- Homepage: https://outerbase-quotes.vercel.app
- Size: 202 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Creating an application with Outerbase: Next.js, Clerk and Outerbase
### This repo is for my submission for the Outerbase X Hashnode hackathon, which took place during September 1 - September 30, 2023
#### Hashnode article: [Creating an Application with Outerbase](https://shreyas-chaliha.hashnode.dev/creating-an-application-with-outerbase)
### You can use this repo as a reference to create your own application using Outerbase.
## Getting Started
### Either fork the repo or directly clone it
### Prerequisites
**Node version 16.8 or later
**macOS, Windows (including WSL), and Linux are supported.### To directly clone the repo
```shell
git clone https://github.com/trace2798/outerbase_quotes/tree/master
```### Install packages
```shell
npm i
```### Start the app
```shell
npm run dev
```## Available commands
Running commands with npm `npm run [command]`
| command | description |
| :-------------- | :--------------------------------------- |
| `dev` | Starts a development instance of the app |
| `build` | To build your application |
| `start` | Starts a production instance of the app |## A very detailed article to recreate this application on [Hashnode](https://shreyas-chaliha.hashnode.dev/integrating-notion-with-outerbase)