Gallery Management App

Combining Exhibitions, artists, galleries in a single web platform built using React and MySQL.

Screenshots from the web application:

1

2

3

Run the app

Use the gallery_management.sql file and use it as you MySQL database

Create .env file in this format and replace it with your values

PORT = 5050
MYSQL_HOST = 'MYSQL HOST'
MYSQL_USER = 'MYSQL USER'
MYSQL_PASSWORD = 'MYSQL PASSWORD'
MYSQL_DATABASE = 'MYSQL DATABASE'

Install Node Modules

npm i

Simultaneously run backend and frontend by the following command

npm start