Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amishaaaaaa/music-streaming-appv4
Music-Streaming app
https://github.com/amishaaaaaa/music-streaming-appv4
api authentication-backend flask python rbac vuejs2
Last synced: 16 days ago
JSON representation
Music-Streaming app
- Host: GitHub
- URL: https://github.com/amishaaaaaa/music-streaming-appv4
- Owner: Amishaaaaaa
- Created: 2024-05-10T04:46:56.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-10T05:01:16.000Z (9 months ago)
- Last Synced: 2024-11-12T16:11:49.570Z (3 months ago)
- Topics: api, authentication-backend, flask, python, rbac, vuejs2
- Language: JavaScript
- Homepage:
- Size: 5.74 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Steps to download and run in local machine:
- Download the Zip file
- Extract and download the dependencies using pip install -r requirements.txt either in virtual environment or globally.
- Open terminal and run python upload_initial_data.py followed by python main.py
- Go to localhost:5000
- Open ubuntu terminal and run redis-server
- Open another ubuntu terminal and run "celery -A main:celery_app worker --loglevel INFO" and in another "celery -A main:celery_app beat --loglevel INFO"
- For the mail service, run "~/go/bin/MailHog" and go to localhost:8025. Make sure you have mailhog installed using https://github.com/mailhog/MailHog
- With this, the application is ready to run on your machine.