rohitdhas / Dev-Hackathon

MovieFlixer🚀 - Search🔍, Buy💲 and rate👍🏻 your favorite movies and shows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Movie Flixer

Search 🔍 and Rate your Favorite Movies and shows!

Next JS Tailwind CSS Express.js NodeJS MongoDB Vercel

Getting started

Requirements

  • Node.js v14.18.2^
  • NPM v6.14.0^

Installation

git clone https://github.com/rohitdhas/Dev-Hackathon.git

cd frontend
npm install

cd backend
npm install

NOTE

You'll need a .env file in the backend directory.

It looks like this -

PORT = 8080

MONGO_URI = Database connection String

EMAIL = Your Email

PASSWORD = Your Password

Starting the application

cd frontend

npm run dev
cd backend

node server.js

About

MovieFlixer🚀 - Search🔍, Buy💲 and rate👍🏻 your favorite movies and shows

License:Apache License 2.0


Languages

Language:TypeScript 74.0%Language:JavaScript 19.5%Language:SCSS 4.8%Language:CSS 1.7%