Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theyashshahs/tune
Django based website for Music
https://github.com/theyashshahs/tune
aws-s3 css django django-framework heroku heroku-deployment html-css html5
Last synced: about 2 months ago
JSON representation
Django based website for Music
- Host: GitHub
- URL: https://github.com/theyashshahs/tune
- Owner: theyashshahs
- Created: 2019-12-20T10:09:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T07:38:43.000Z (about 2 years ago)
- Last Synced: 2023-03-09T03:03:21.478Z (almost 2 years ago)
- Topics: aws-s3, css, django, django-framework, heroku, heroku-deployment, html-css, html5
- Language: HTML
- Homepage: https://tunemusicapp.herokuapp.com/
- Size: 2.26 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Tune
Website for Music powered by
![]()
Files served using
![]()
Deployed on
![]()
![]()
## Development 🔧
## Setup
```sh
$ git clone https://github.com/yashshah2820/cerebro-backend-2020.git
$ cd cerebro-backend-2020
```### For setting virtual environment
```sh
$ virtualenv venv
```### For activating virtual environment in windows
```sh
$ venv/Scripts/activate
```### For activating virtual environment in Ubuntu
```sh
$ source venv/bin/activate
```After creating virtual environment
### Start 🏇
```sh
$ pip install -r requirements.txt
$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py runserver
```***
Made with ❤ by Yash Shah