Skip to content

gabgosrob/ilovecoldbeer

Repository files navigation

ilovecoldbeer Vercel

This is a beer review web application built using Next.js.

Tools

The application was built on the Next.js framework. It was then deployed with Vercel.

Setup

You can follow these steps to setup a local version of the application on your machine.

First, install the dependencies:

npm install

You can then create a .env.local file and add the following environment variables (which will automatically get registered into the app):

GITHUB_ID=
GITHUB_SECRET=
NEXTAUTH_URL=
NEXTAUTH_SECRET=
DATABASE_URL=
SHADOW_DATABASE_URL=

Finally, you can run the application in development mode:

npm run dev

which will then be accessible at https://localhost:3000/

About

Review your favorite beer!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published