Skip to content

amino6/designshare-api

Repository files navigation

designshare screenshot

DesignShare

DesignShare - Api

DesignShare is a platform where designers can share their designs. This repository contains the Laravel api for the DesignShare application.

Requirements

Quick Start

Installation

  • Clone the repository
  • Install dependencies and setup laravel:
composer install
cp .env.example .env
php artisan key:generate

Configuration

  • Set the database information in .env
  • Set the QUEUE_CONNECTION to database in .env
  • Set the SANCTUM_STATEFUL_DOMAINS to your frontend domains in .env
  • Set the default upload disk in the config/site.php file

run locally

php artisan migrate
php artisan serve
php artisan queue:work

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published