An open API service indexing awesome lists of open source software.

https://github.com/rohitdhas/dev-hackathon

MovieFlixer🚀 - Search🔍, Buy💲 and rate👍🏻 your favorite movies and shows
https://github.com/rohitdhas/dev-hackathon

moviesapp search

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          





Movie Flixer


Search 🔍 and Rate ⭐ your Favorite Movies and shows!

![Next JS](https://img.shields.io/badge/Next-black?style=for-the-badge&logo=next.js&logoColor=white)
![Tailwind CSS](https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=for-the-badge&logo=tailwind-css&logoColor=white)
![Express.js](https://img.shields.io/badge/express.js-%23404d59.svg?style=for-the-badge&logo=express&logoColor=%2361DAFB)
![NodeJS](https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge&logo=node.js&logoColor=white)
![MongoDB](https://img.shields.io/badge/MongoDB-%234ea94b.svg?style=for-the-badge&logo=mongodb&logoColor=white)
![Vercel](https://img.shields.io/badge/vercel-%23000000.svg?style=for-the-badge&logo=vercel&logoColor=white)

## Getting started

Requirements

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

### Installation

```bash

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 -

```bash
PORT = 8080

MONGO_URI = Database connection String

EMAIL = Your Email

PASSWORD = Your Password
```

### Starting the application

```bash
cd frontend

npm run dev
```

```bash
cd backend

node server.js
```