Arty Mart is an app designed to empower artists by providing them with a platform to showcase and sell their artwork directly to a global audience.
Arty Mart is made using Vite React, MongoDB, GraphQL, Apollo Server and Cloudinary for the storage of the images.
Clone the repository
git clone https://github.com/sciyon/Arty-Mart
Go to the project's directory and open in VSCode.
cd path/to/your/directory
Open two terminals.
For terminal one, run the commands for the backend server:
npm i
npm run build-backend
For terminal two, run this command for the frontend server:
npm run dev
Use these account for the admin:
email: erwin@gmail.com
passw: 123
After successfully running the backend server, you can go to this link to test the built-in documentation that Apollo Server provides in testing the backend functions.
http://localhost:5000/
- Create Artwork Listing
- Gallery Page
- Manage Transaction
- Admin Page for Restricting Bad Users
- Cloud Storage of Images