https://github.com/futuresea-dev/n_backend
N_Backend
https://github.com/futuresea-dev/n_backend
django django-rest-framework html postgresql python
Last synced: about 9 hours ago
JSON representation
N_Backend
- Host: GitHub
- URL: https://github.com/futuresea-dev/n_backend
- Owner: futuresea-dev
- Created: 2021-11-29T09:23:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-29T09:31:08.000Z (over 4 years ago)
- Last Synced: 2025-10-07T03:56:38.838Z (7 months ago)
- Topics: django, django-rest-framework, html, postgresql, python
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- 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.