Skip to content

itag-tech/netfilm-tanstack-v4

Repository files navigation

Getting Started

1 - Add environment variables

Create an .env file and add this variables :

  • NEXT_PUBLIC_OMDB_API_URL=insert api url
  • NEXT_PUBLIC_API_KEY=insert api key

2 - Add modules

npm install
# or
yarn install

3 - Run the development server :

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Note : the root file is pages/index.tsx.

Informations

This is a Next.js project bootstrapped with create-next-app.

Created by Thomas Aguirregabiria

About

Nextfilm - Searching for movies and viewing the movie's details. This application is used to test Tanstack Query 4.0, Typescript 4.9.0 and Next.js 13

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors