This project was created by Pecquery Matthias and Rainaud Vincent. It is a Web3 application to interact with the Ethereum blockchain (ERC721). Using :
- Hardhat
- Solidity
- React / Tailwind / DaisyUI
- Express, NodeJS
- Docker, MongoDB
- Docker
- Node.js
- npm
- Metamask
Clone this repository on your local machine. Navigate to the project folder.
Run the following command to start the MongoDB database with Docker:
docker-compose up mongodb
In the server folder, run the following command to start the server:
> npm run start
In the frontend folder, run the following command to start the user interface:
> npm run start
This launches the application in development mode. Open http://localhost:3000 to view it in your browser.
MIT License