https://github.com/simcoderyoutube/youtubeclone_docker
This repository contains a clean docker ready to run for the youtube clone series
https://github.com/simcoderyoutube/youtubeclone_docker
Last synced: 5 months ago
JSON representation
This repository contains a clean docker ready to run for the youtube clone series
- Host: GitHub
- URL: https://github.com/simcoderyoutube/youtubeclone_docker
- Owner: SimCoderYoutube
- License: mit
- Created: 2020-06-22T15:27:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T04:17:04.000Z (almost 3 years ago)
- Last Synced: 2025-04-07T12:21:10.326Z (8 months ago)
- Language: JavaScript
- Size: 1.13 MB
- Stars: 9
- Watchers: 2
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Youtube Clone
Youtube clone developed on the simcoder youtube chanel. It is made using MERN and firebase for the Auth system.
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
What things you need to install the software and how to install them
1. Docker-Compose
> check the following [link](https://docs.docker.com/compose/install/) on how to install docker-compose
## Setting up firebase
1. Go to your firebase dashboard -> authentication -> sign-in method and enable google
2. Go to firebase dashboard -> project Settings -> add web app and get the contents of firebaseConfig pasting them onto the variable firebaseConfig in frontend/src/config/config.js
3. Go to your firebase dashboard -> Project Settings -> Service accounts
1. Generate new private key copy the content and paste it into backend/src/config/serviceAccountKey.json
2. Go to backend/config/config.js and change the admin.initializeApp() content for the one in the service account page.
## Deployment
A step by step series of examples that tell you how to get a development env running.
```
> sudo systemctl start docker (or the equivalemnt for your OS)
> sudo docker-compose up --build
```
## Authors
* **SimCoder** - *Main Dev* - [Simcoder](https://simcoder.com)
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details