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

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.

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)