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

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.

Awesome Lists containing this project

README

          

# [Movie108](https://movie108.vercel.app/)

![](https://raw.githubusercontent.com/itsme-Subid/movie108/main/preview.webp)
![](https://img.shields.io/github/license/itsme-Subid/movie108?style=for-the-badge)
![](https://img.shields.io/github/languages/top/itsme-Subid/movie108?style=for-the-badge)
![](https://img.shields.io/github/languages/count/itsme-Subid/movie108?style=for-the-badge)
![](https://img.shields.io/github/languages/code-size/itsme-Subid/movie108?style=for-the-badge)
![](https://img.shields.io/github/repo-size/itsme-Subid/movie108?style=for-the-badge)
![](https://img.shields.io/github/last-commit/itsme-Subid/movie108?style=for-the-badge)
![](https://img.shields.io/github/commit-activity/w/itsme-Subid/movie108?style=for-the-badge)


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