Skip to content

Latest commit

 

History

History
70 lines (48 loc) · 1.72 KB

README.md

File metadata and controls

70 lines (48 loc) · 1.72 KB

ES World is a video library for your code solutions. This project is made by Rahul Shukla to provide video solutions for all your coding tuitorials and bug resolutions. The videos are curated by Rahul Shukla, Tanay Pratap , Thapa Technical.
Explore ESW »

Test Credentials -

  • Are provided on the Login page. The user can simply login as guest and go through the flow of the app.

Technologies Used -

  1. HTML, CSS & React Js
  2. For styling Watchworld my own CSS Component Lib - "RS UI Component" - Github Link - RS UI Component
  3. React Router
  4. Backend provide by Mockbee - Mockbee Link
  5. JWT for authentication
  6. vercel for hosting the website.

USE The App

Watch World

How to Install and Run the Project

Instructions for running this code to your local system.

Open your terminal and copy below code line.

git clone https://github.com/rahulcs754/Video-Library.git

After coping link, paste into terminal and hit enter.

Then run below command . that command install all package that need to run this project.

npm install

After runing npm command, you will create .env file in project root directory.

and save below value into .env file

REACT_APP_JWT_SECRET=HERE_YOUR_ANY_STRING_TYPE_FOR_ENCODE

Now enter below command to run your project.

npm start

Creators

Rahul Shukla