https://github.com/joextodd/soundbank
Django app to discover songs by anonymous artists
https://github.com/joextodd/soundbank
Last synced: 17 days ago
JSON representation
Django app to discover songs by anonymous artists
- Host: GitHub
- URL: https://github.com/joextodd/soundbank
- Owner: joextodd
- Created: 2017-02-11T14:43:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-09-14T08:51:58.000Z (over 4 years ago)
- Last Synced: 2026-03-31T15:45:29.819Z (2 months ago)
- Language: Python
- Homepage: https://soundbank.herokuapp.com/
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Heroku Django Project - SoundBank
## Requirements
1. Python3 virtualenv
2. node.js installed
## How to Use
To use this project, follow these steps:
1. Create your working environment (Python3/virtualenv)
2. Install requirements `pip3 install -r requirements.txt` and `npm install`
3. Run migrations `python3 manage.py migrate`
3. Collect static files `python3 manage.py collectstatic`
4. Run local server with `python3 manage.py runserver`
## Compile SASS
`npm run build`
or
`npm run watch`
## Further Reading
- [Gunicorn](https://warehouse.python.org/project/gunicorn/)
- [WhiteNoise](https://warehouse.python.org/project/whitenoise/)
- [dj-database-url](https://warehouse.python.org/project/dj-database-url/)