/jumplink-nextjs-app

NextJS app for exploring millions of Movies and TV shows

Primary LanguageTypeScriptMIT LicenseMIT

Jumplink

A site for checking out latest Movie and TV show releases

Authors

Features

  • NextJS
  • NextAuth Authentication
    • Google Provider
    • Github Provider
  • MongoDB
  • Redux Toolkit

License

MIT

Run Locally

Clone the project

  git clone https://github.com/kamensgh/jumplink.git

Go to the project directory

  cd jumplink

Install dependencies

  yarn install

Start the server

  yarn dev

Start api server

  npx json-server --port 3004 movies.json

Contributing

Contributions are always welcome!

Please adhere to this project's code of conduct.