Full-stack application designed to help artists connect with art-lovers.
artGarden™ is for new artists who have trouble breaking into the art sphere. artGarden gives equal opportunity for paid gigs to new and established artists by allowing them to connect to potential clients through a unique bidding platform. Unlike other gig marketplace platforms, artGarden allows any registered artist to view and bid on user art commissions, giving the client the ability to set the price point while also giving lesser known artists a chance at taking on a commission that otherwise might not be accessible.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. They will also give an overview of some of the app's functionality.
You will need MySQL installed if you want to run this application locally. For help installing MySQL, visit: https://dev.mysql.com/doc/
Git clone the repository to your local machine:
HTTPS:
$ git clone https://github.com/gusvalenzuela/art-garden-bc.git
SSH:
$ git clone git@github.com:gusvalenzuela/art-garden-bc.git
Next, cd into the repository you cloned and install the necessary dependencies by running (or package manager of your choice):
$ npm install
You will then be able to start the app locally by runnning:
$ npm start
or
$ npm run dev
See the full list of contributors who participated in this project along with individual commit history.
At the moment, this app is the minimum viable product. We hope to make updates to improve the UI/UX, and add more bidding functionality as well as features (such as setting a contract bidding, contract negotiations, pricing model, etc).