NFTs E-Commerce demo.
A full-stack application based on MERN consisting of a NFTs e-commerce for demo purposes.
© Luca Cattide 2025. All Rights reserved.
The project production version is available on Vercel at https://enefti-demo.vercel.app For any contribution, maintanance and/or trial needs, please refer to the following specifications and side-ones:
The project reflects a monolithic setting - monorepo - using NPM Workspaces to organize both frontend than backend sides. Workspaces may be globally managed accordingly to the following specifications.
On terminal, from project root:
npm run setup
npm run build
testing
mode (staging or content-integration/delivery environments) on all the workspaces:npm run test:ci
Please read more about required best practices on the specific contributing reference document