Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/01zulfi/fast-buy-fake-store


https://github.com/01zulfi/fast-buy-fake-store

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

### Running locally

1. Clone:

```bash
git clone [email protected]:01zulfi/fast-buy-fake-store.git
```

2. Create `.env` with the following:

```txt
# postgresql database connection url
DB_URL=""

# optional
# currently a work in progress
LEMON_SQUEEZY_API_KEY=""
LEMON_SQUEEZY_STORE_ID=""
```

3. Install deps:

```bash
npm install
```

4. Run dev server:

```bash
npm run dev
```