Skip to content

res0lution/Merntube

Repository files navigation

GitHub license

Introduction 🔈

Simple clone youtube created via MERN.

Features ⚡️

⚡️ Modern UI Design
⚡️ Created with Webpack
⚡️ Styled with Material-Ui
⚡️ Valid HTML5 & CSS3
⚡️ Created with MERN
⚡️ Well organized documentation

Browser Support 🎉

Chrome Opera Edge Firefox Safari
Chrome ✔ Opera ✔ Edge ✔ Firefox ✔ Safari ✔

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 📋

You'll need Git and Node.js (which comes with NPM) installed on your computer.

Also, you can use Yarn instead of NPM ☝️


How To Use 🔧

From your command line, first clone merntube app ⚡️:

# Clone this repository
$ git clone https://github.com/Res01uti0n/merntube.git

# Go into the repository
$ cd merntube

# Remove current origin repository
$ git remote remove origin

Then you can install the backend and frontend dependencies either using NPM or Yarn:

Using NPM:

# Install dependencies
$ npm install

# Start development server
$ npm start

Using Yarn:

# Install dependencies
$ yarn

# Start development server
$ yarn start

NOTE: You need also MongoDb in your machine.

# Another term window
$ mongod

and type in browser http://localhost:3000

Technologies used 🛠️

Code technologies I got involved with while working on this project.

Backend side 💽

  1. Express
  2. Node
  3. MongoDb

Frontend side 💻

  1. React
  2. React-router
  3. Material-Ui

License 📄

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Simple youtube clone created via MERN.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published