Skip to content

ericyounger/Relay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Relay

NOTICE: This project is not finished. Lot of bugs and not all functionality added yet, but may come back to this project at a later date.

To run:

Install dependencies for React:

git clone
cd Relay
npm install

Install dependencies for REST API:

cd server
npm install

While inside server folder, make a ".env" file and add environment variables to it that matches your database setup:

DB_DATABASE_NAME="database name"
DB_HOST="hostname"
DB_USER="username"
DB_PASSWORD="password
DB_PORTNR=8889
DB_SOCKETPATH=/Applications/MAMP/tmp/mysql/mysql.sock //optional i think?

Database setup:

Uses a MySQL database, see inside folder SQL for creating database tables.

Screenshots:

Screenshot 2021-03-19 at 20 54 15

Screenshot 2021-03-19 at 20 54 31

Screenshot 2021-03-19 at 20 54 45

Screenshot 2021-03-19 at 20 57 33

About

Simple site to share files with people.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published