Skip to content

A bunch of cool stuff for viewing, optimizing and growing your digital ad portfolio.

License

Notifications You must be signed in to change notification settings

adsviewer/turboviewer

Repository files navigation

AdsViewer

A bunch of cool staff for viewing, optimizing and growing your digital ad portfolio.

Development Setup

Prerequisites

Setup

  1. Clone the repo

  2. Create a db named adsviewer in postgres

  3. Create a .env file in the packages/database directory with the following content:

    DATABASE_URL=postgresql://postgres@localhost:5432/adsviewer
  4. Login to development account and copy the .env in the apps/server directory. Look at Configuring aws-cli if you don't have access.

  5. Create a .env file in the apps/web, apps/backoffice and apps/landing-page directory with the following content:

    NEXT_PUBLIC_REAL_GRAPHQL_ENDPOINT=http://localhost:4000/graphql
  6. Run pnpm i

  7. pnpm dev

  8. Open http://localhost:3000

Configuring aws-cli

Prerequisites

Setup

There should be a ~/.aws/credentials file, this will be used to authenticate with aws services. If it does not exist create an empty one. In order to get credentials you visit the AWS access portal open the development account and click on Access keys. Scroll down to Option 2 and click copy. Then paste the content in the ~/.aws/credentials file.

Everyday hustle

The credentials that you generated above will expire every 12 hours. In order to refresh them you need to repeat the process. On the flip side, very few features require aws services to be run locally (sending emails on forget password flow is an example).

About

A bunch of cool stuff for viewing, optimizing and growing your digital ad portfolio.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published