Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/susan56789/flixxit
https://github.com/susan56789/flixxit
mongodb nodejs react
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/susan56789/flixxit
- Owner: Susan56789
- Created: 2024-05-12T18:12:39.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-16T01:59:36.000Z (7 months ago)
- Last Synced: 2024-06-16T02:56:34.302Z (7 months ago)
- Topics: mongodb, nodejs, react
- Language: JavaScript
- Homepage: https://flixxit-five.vercel.app
- Size: 2.1 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flixxit
Flixxit is an application that allows users to add and view movies. It is built using React.js for the frontend and MongoDB for the backend.
## Features
- User Accounts
- User Profiles
- Dashboard
- Title View
- Search
- Watchlist
- Rating
- Video Player
- Payment and Subscription## Installation
1. Clone the repository:
```bash
git clone https://github.com/Susan56789/flixxit
cd flixxit
```2. Install dependencies for the backend and frontend:
```bash
# Install backend dependencies
cd backend
npm install# Install frontend dependencies
cd ../frontend
npm install
```3. Start the backend and frontend servers:
```bash
# Start the backend server
cd ../backend
node server.js# Start the frontend development server
cd ../frontend
npm start
```## Technologies Used
- React.js
- Node.js
- Express.js
- MongoDB## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.