Skip to content

Project with React and NextJS, using Jest and Cypress for Unit and E2E tests.

Notifications You must be signed in to change notification settings

AdrianKnapp/base-concert-venue

Repository files navigation

Popular Concert Venue

An app to support the Udemy course Testing Next.js Apps

Installation

  1. Run npm install
  2. Run cp .env.development.local_template .env.development.local
  3. Run cp .env.test.local_template .env.test.local
  4. Run cp .env.local_template .env.local
  5. In .env.test.local, populate CYPRESS_TEST_USER_EMAIL and CYPRESS_TEST_PASSWORD with data that matches test database data.
  6. In .env.local .env.test.local:
  • add long, hard-to-guess strings as the values for NEXTAUTH_SECRET and REVALIDATION_SECRET

    • command to generate a random string: openssl rand -base64 32

Running the App

Run npm run dev. The app will be found at [http://localhost:3000]

About

Project with React and NextJS, using Jest and Cypress for Unit and E2E tests.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published