Skip to content

Repository files navigation

Surgin - DRF

Python Version Django Version Django Version

Table of Contents

Description

A powerful web-based music streaming platform featuring OpenAPI documentation and developed using DRF and JWT authentication

Getting Started

Dependencies

  • Python 3.9+
  • Docker (coming soon...)
  • Git

Installing

  1. Clone the repository:
   git clone https://github.com/2yt-code/Surgin.git
   cd Surgin
  1. Create a Virtual Environment:
   python -m venv venv
   # On Windows:
   venv\Scripts\activate
   # On Linux:
   source venv/bin/activate
  1. Install dependencies:
   pip install -r requirements/development.txt

Executing program

  1. Basic commands for creating a database:
   python manage.py makemigrations
   python manage.py migrate
  1. Run Server asgi:
   daphne config.asgi:application

Help

Any advise for common problems or issues.

command to run if program contains helper info

Version History

  • 0.1
    • Initial Release

License

Released under the MIT license, See the LICENSE file

About

A powerful web-based music streaming platform featuring OpenAPI documentation and developed using DRF and JWT authentication

Topics

Resources

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages