Skip to content

ceramicstudio/fluence-demo

Repository files navigation

EthDenver Scavenger Hunt App

Private repository for our EthDenver2024 Scavenger Hunt application.

Getting Started

  1. Install your dependencies:
npm install
  1. Duplicate the existing .env.example file and rename it .env

  2. Create a secret key:

npm run createKey

Take the logged string output from your and assign it to the SECRET_KEY value in your .env file

  1. Assign a live PostgreSQL connection string to your STRING value in your .env file

  2. Run the application in developer mode:

npm run dev
  1. Uncomment the code found in /src/pages/api/table.ts and prime your PostgreSQL database by making a fetch request to http://localhost:3000/api/table

  2. Once complete, you are ready to use the application

About

Repo for EthDenver2024 Fluence demo app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published