blockspot

Find the best spots to spend your crypto ⚠️ WIP ⚠️

Stars
4

Status

WIP

Stack

  • PostgreSQL: Database
  • GraphQL: API with Hasura and Apollo
  • Typescript: Type-safe JavaScript
  • Next.js: SSR React framework

Setup

First you need to clone the repository

git clone [email protected]:pradel/blockspot.git

You will need to set some secrets for the services we use (google maps, recaptcha, mapbox).

cp .env.example .env.dev

Then edit the file to setup the secrets.

We use docker compose to setup the dev environment. To start the services run

docker-compose up

When the services are running you need to apply the migrations (database, hasura)

yarn dev:migrate

If you want to seed the database with some data run

yarn dev:seed

Then just go to http://localhost:3000 to see the app.

License

MIT Lo Pradel