Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ikeasamoahansah/s-rooms
A Web Application for devs to join rooms and listen to music together.
https://github.com/ikeasamoahansah/s-rooms
Last synced: about 2 months ago
JSON representation
A Web Application for devs to join rooms and listen to music together.
- Host: GitHub
- URL: https://github.com/ikeasamoahansah/s-rooms
- Owner: ikeasamoahansah
- License: cc0-1.0
- Created: 2023-12-29T16:45:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-24T00:20:16.000Z (5 months ago)
- Last Synced: 2024-08-24T01:26:27.833Z (5 months ago)
- Language: Python
- Size: 374 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# S-Rooms
A lightweight web app for users to join and listen to music together.
## Installation
```bash
pip install -r requirements.txt
cd backend
python manage.py runserver
``````bash
cd frontend
npm run dev
```## Contributing
Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.Please make sure to update tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)