https://github.com/futuresea-dev/nftbackend
NFT Backend Django
https://github.com/futuresea-dev/nftbackend
api django django-rest-framework html python vue
Last synced: 13 days ago
JSON representation
NFT Backend Django
- Host: GitHub
- URL: https://github.com/futuresea-dev/nftbackend
- Owner: futuresea-dev
- Created: 2021-11-01T05:37:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-03T08:35:19.000Z (over 4 years ago)
- Last Synced: 2025-08-01T13:03:48.178Z (9 months ago)
- Topics: api, django, django-rest-framework, html, python, vue
- Language: Python
- Homepage:
- Size: 275 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dialog_backend
## Install the requirements
$ pip install -r requirements.txt
Used database : POSTGRESQL
###
The backend part of imports images and some data via API to frontend app (VueJS).
Entering admin you can add serie title, description and image. The slug is created itself and it's unique for each serie.
Serie also has a option to choose if it's sold or active in sale.
You can also add tokens (images) to each serie with title, author and number of image.
The welcome page shows sold serie which you can enter by 'View gallery' button. If you set the serie as 'Active' in it will not appear here -> the idea is to show only sold tokens.
Serie pages shows tokens that are in each serie -> series filtered according to slugs.