Skip to content

nxvhm/fileshare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Setup mysql server and phpmyadmin containers

cp config.example config
./docker-setup.sh

Server

Install npm package and setup env file

cd server/
npm install
cp .env.example .env

Run Migrations

npm run dev-migrate

Client

cd client/
npm install

Start server and client

cd server/
npm run dev

cd client/
npx vite

Releases

No releases published

Packages

No packages published

Languages