Skip to content

tomimara52/raz-drive

Repository files navigation

raz-drive

Overview

Description

A google-drive-type web application that lets you manage files in a remote storage. Back end in Laravel and connected to the React front end through Inertiajs.

Installation

Once downloaded run

cp .env.example .env

and configure the database connection.

Then

composer install
php artisan migrate
php artisan key:generate
npm install
npm run build
php artisan serve

and go to localhost:8000 to see the webpage.

Note that there aren’t routes to register a user, so you will have to add one manually to the database.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published