- 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:applicationFor more information, visit the Daphne GitHub repository
To read the project documentation, go to the docs folder or start the server and visit the schema/swagger-ui address
- 0.1
- Initial Release
Released under the MIT license, See the LICENSE file