Giter VIP home page Giter VIP logo

websnapper's Introduction

Websnapper

Websnapper is a SaaS (Software as a Service) project aimed at enabling screen recording and sharing videos with ease.

welcome-page

Features

  • Screen recording
  • Video sharing
  • Private and Public Access

Installation

clone the repository from gitub

git clone https://github.com/AmolKumarGupta/Websnapper.git

install composer packages

composer install

install npm packages

npm install

copy .env.example to .env and setup your database. if APP_KEY is not preset then generate it

php artisan key:generate --ansi

run migrations

php artisan migrate

seed database

php artisan db:seed

build assets

npm run build

for development, use

npm run dev

start server

php artisan serve

Also Follow the Step Telescope Local Only

Warning

there may be a chance that videos are not being uploaded, it can be fixed with php.ini

upload_max_filesize=100M
post_max_size=105M

Testing

We are using phpunit for testing, we prefer to use .env.testing rather than .env file

php artisan test

Tips: do php artisan schema:dump to boost migration before running tests.

License

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

websnapper's People

Contributors

amolkumargupta avatar sayeedkhannabil avatar

Stargazers

 avatar

Watchers

 avatar

websnapper's Issues

[FEAT] create 4xx page

Clear and Beautiful 4xx page

need to create 4xx page for both guest and loggedin user.
need to be simple like laravel default 4xx page just need to blend with current theme color
make react component

We are using Inertiajs, you can check out its docs.

For testing
use this link to check 403 page

[FEAT] add roles

need to setup permission library for roles like client and admin

[FEAT] setup laravel telescope

Reason
I generally use laravel debugbar package for debugging, But it does not work well with inertia.

Solution
We can use laravel telescope package for debugging

Further suggestions are welcomed

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.