https://github.com/sudohikumar/gaming-list
List of Games from CSV files and filter functionality on Backend and Frontend
https://github.com/sudohikumar/gaming-list
backend django filter html javascript python sqlite ui
Last synced: 3 months ago
JSON representation
List of Games from CSV files and filter functionality on Backend and Frontend
- Host: GitHub
- URL: https://github.com/sudohikumar/gaming-list
- Owner: sudohikumar
- Created: 2019-08-17T12:31:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-17T12:31:53.000Z (almost 7 years ago)
- Last Synced: 2025-08-06T08:48:28.147Z (11 months ago)
- Topics: backend, django, filter, html, javascript, python, sqlite, ui
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Features
## Base Host: http://127.0.0.1:8000/service/
- There are several rest APIs for fetching data.
- You can get all data on **/getData/**.
- You can get filtered data on **/getData//value/**
- Such as **/getData/genre/Platformer/** or **/getData/title/LittleBigPlanet%20PS%20Vita/**.
- UI can be accessed on **/getView/** which gives the Dashboard and search filter to type on.
- Search filter works for any field type and it will only filter if it **Starts with** the search query.
- You can insert the data to DB by calling the endpoint **/insert/**.
- Flush the DB by running **python manage.py flush**.