- Description
- Getting Started
- Dependencies
- Installation
- Executing program
- Help
- Version History
- License
- Acknowledgments
A powerful web-based music streaming platform featuring OpenAPI documentation and developed using DRF and JWT authentication
- Python 3.9+
- Docker (coming soon...)
- Git
- Clone the repository:
git clone https://github.com/2yt-code/Surgin.git
cd Surgin- Create a Virtual Environment:
python -m venv venv
# On Windows:
venv\Scripts\activate
# On Linux:
source venv/bin/activate- Install dependencies:
pip install -r requirements/development.txt- Basic commands for creating a database:
python manage.py makemigrations
python manage.py migrate- Run Server asgi:
daphne config.asgi:applicationAny advise for common problems or issues.
command to run if program contains helper info
- 0.1
- Initial Release
Released under the MIT license, See the LICENSE file