https://github.com/giorgiogamba/diggerweb
A music research website, developed in Django and React. Web version of my digger application
https://github.com/giorgiogamba/diggerweb
django django-rest-framework react reactjs
Last synced: 2 months ago
JSON representation
A music research website, developed in Django and React. Web version of my digger application
- Host: GitHub
- URL: https://github.com/giorgiogamba/diggerweb
- Owner: giorgiogamba
- License: mit
- Created: 2025-04-06T14:18:55.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-04-10T10:01:10.000Z (2 months ago)
- Last Synced: 2025-04-10T11:37:27.519Z (2 months ago)
- Topics: django, django-rest-framework, react, reactjs
- Language: Python
- Homepage:
- Size: 51.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# diggerweb
This project is the web version of my previous "digger" application. It is a project that I am using to learn some React.js and some Python backend, since it is a topic that I don't usually use at my current job.
The project will permit users to make some researches inside the Discogs DB using some "smart" parameter, that I would like to have when browsin the application. In addition, I would like to give the users some possiiblity to make faster eresearches on other websites that djs commonly use, like decks.de etc.
# current development status
Currently the project provides a simple backend implementation that permits to make queries on the Discogs DB. The next step is to define a front end page to present the provided data## how to run
Inside your terminal execute the following commands
```
$ git clone https://github.com/giorgiogamba/diggerweb.git
$ cd duggerweb/backend/diggerweb_backend
$ python manage.py runserver
```
Once the program response a successful server start up, it will provide a link you have to navigate to, and authorize the access of the application to your Discogs account.
Copy the provided code and paste it inside the terminal under "verification code: "Once you received a successful start-up message, copy paste the following URL inside a broser page
```
http://127.0.0.1:8000/api/discogs/search/?q=Nevermind
```You should see JSON code printed on you screen containing relevant information