Partners: Melvin Pineda and Michael Sorenson
MelvInk is a unified tattoo booking and design management platform.
- React: ^19.2.0
- React DOM: ^19.2.0
- React Router DOM: ^7.9.5
- Parse SDK: ^7.0.2
- Back4App: Cloud backend service
- MongoDB: Database (via Parse)
- Node.js (v14 or higher recommended)
- npm (Node Package Manager)
-
Clone the repository:
git clone https://github.com/TAPMelvin/MelvinInk.git cd MelvInk -
Install dependencies:
npm install
Start the development server:
npm run react:startOr start with automatic browser opening:
npm run react:devThe application will be available at http://localhost:3000 (or the port shown in the terminal).
To create a production build:
npm run build