Skip to content

Latest commit

 

History

History
66 lines (37 loc) · 740 Bytes

README.md

File metadata and controls

66 lines (37 loc) · 740 Bytes

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.