Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/navcoin/priverse-nft-marketplace
- Owner: navcoin
- Created: 2022-06-22T10:00:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-28T09:47:54.000Z (8 months ago)
- Last Synced: 2024-04-14T04:36:07.851Z (7 months ago)
- Language: PHP
- Size: 6.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!