NFT Market is a web page to trade NFTs. Developed with Laravel.
- User can login.
- Admin has a dashboard.
- User can do CRUD of his NFTs.
- User can love, comment and bid an NFT.
- In home page the slider will show the most loved NFTs, and in below a list of NFTs.
- Programming language: Php
- Framework: Laravel
- For authentication: Laravel UI
- For reactive front: LiveWire
- For styles: Boostrap
- For database: MySql
Done integration tests of all features. To run tests:
php artisan test
- Notify winner of a bidding.
- Add a payment method.
- Implement unit test.
- Implement hexagonal arquitecuture.
- Improve styles