Skip to content

JavierOchoa/ScreenId

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Screen Id

preview

BACKEND

Environment Variables

You need a PosgreSQL database to fill the information of the environments starting with PG.

PGPASSWORD=
PGDATABASE=
PGHOST=
PGPORT=
PGUSER=
PORT=
JWT_SECRET=
STAGE= #dev || #prod

A PostgreSQL database can be created with docker with the docker-compose file provided in this repo

docker-compose up -d

Run backend

npm run start:dev
# or
yarn start:dev

FRONTEND

Environment Variables

First, you need an API key from TMDB and back-end deployment to create a .env that look like this:

NEXT_PUBLIC_TMDB=
NEXT_PUBLIC_BACKEND=

Start frontend

npm run dev
# or
yarn dev

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

About

Website to track movies and tv shows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages