Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/01zulfi/fast-buy-fake-store
https://github.com/01zulfi/fast-buy-fake-store
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/01zulfi/fast-buy-fake-store
- Owner: 01zulfi
- Created: 2024-07-21T16:18:41.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-21T16:24:44.000Z (5 months ago)
- Last Synced: 2024-12-12T13:44:48.986Z (16 days ago)
- Language: TypeScript
- Homepage: https://fast-buy-fake-store.vercel.app
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```