Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/navcoin/priverse-nft-marketplace

Priverse Private NFT Marketplace
https://github.com/navcoin/priverse-nft-marketplace

Last synced: about 4 hours ago
JSON representation

Priverse Private NFT Marketplace

Awesome Lists containing this project

README

        

Priverse NFT Marketplace

# Requirements
- Ubuntu 20.04 or newer
- PHP 7.4.3 or newer
- MySQL Server 8.0.29 or newer
- Apache Web Server 2.4.41 or newer

# Installation Steps
1. Upload source files to `/var/www/html/`
2. Import the `database.sql` file located in `import` folder with the following console command.

```mysql -u -p < database.sql```

3. Update MySQL server connection variables in `db.php` file located in root folder.

You are done!