https://github.com/devsubid/movie108
Movie108 made with ❤️ using MERN Stack by Subid.
https://github.com/devsubid/movie108
expressjs mern-project mongodb movie-ratings movie-reviews nodejs react-js
Last synced: 8 months ago
JSON representation
Movie108 made with ❤️ using MERN Stack by Subid.
- Host: GitHub
- URL: https://github.com/devsubid/movie108
- Owner: devsubid
- License: gpl-3.0
- Created: 2022-10-09T13:03:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-26T14:04:56.000Z (over 2 years ago)
- Last Synced: 2025-02-12T22:51:26.268Z (8 months ago)
- Topics: expressjs, mern-project, mongodb, movie-ratings, movie-reviews, nodejs, react-js
- Language: JavaScript
- Homepage: https://movie108.vercel.app/
- Size: 7.16 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
README
# [Movie108](https://movie108.vercel.app/)








Welcome to the Movie108 repository! Developed and implemented a full-stack web application using React.js, Styled-Components, Node.js, Express.js, and MongoDB. The platform, called Movie108, allows users to sign up, add their reviews and ratings for movies, and view reviews of any movie on the site.## Getting Started
To get started, you can simply clone this repository and install the dependencies.
### Cloning the Repository
To clone the repository, you will need to have git installed on your machine. Once you have those, you can use the following commands:
```bash
git clone https://github.com/itsme-Subid/movie108.git
```### Running the Project
To run the project, you will need to have Node.js and npm or yarn or pnpm installed on your machine. Once you have those, you can use the following commands:
```bash
cd ./movie108/server && yarn
cd ./../client && yarn
yarn both
```or, if you are using npm:
```bash
cd ./movie108/server && npm i
cd ./../client && npm i
npm run both
```or, if you are using pnpm:
```bash
cd ./movie108/server && pnpm i
cd ./../client && pnpm i
pnpm run both
```This will start the development server and you should be able to see the website by visiting in your browser.
## License
This project is licensed under the GPL-3.0 License - see the [LICENSE.md](https://github.com/itsme-Subid/movie108/blob/main/LICENSE) file for details