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
- Host: GitHub
- URL: https://github.com/rohitdhas/dev-hackathon
- Owner: rohitdhas
- License: apache-2.0
- Created: 2022-01-02T06:03:02.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-28T05:39:24.000Z (over 3 years ago)
- Last Synced: 2025-03-24T17:51:35.561Z (7 months ago)
- Topics: moviesapp, search
- Language: TypeScript
- Homepage:
- Size: 217 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Movie Flixer
Search 🔍 and Rate ⭐ your Favorite Movies and shows!





## 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 installcd backend
npm install
```### NOTE
You'll need a `.env` file in the `backend` directory.
It looks like this -
```bash
PORT = 8080MONGO_URI = Database connection String
EMAIL = Your Email
PASSWORD = Your Password
```### Starting the application
```bash
cd frontendnpm run dev
``````bash
cd backendnode server.js
```