daneccc / spotper-api

🎧 An API developed with Python using the Flask framework, adhering to REST principles for seamless management of music data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpotPer

Como rodar

[IMPORTANTE] Entrar com usuario no Sql Server com user 'sa' e senha do seu usuário sa.

$ cd spotper-api
$ python3 -m venv venv - (Criar Virtual Enviroment)
$ venv\Scripts\activate - (Ativar Virtual Enviroment)
$ pip install -r requirements.txt

Selecionando Virtual Enviroment

[VISUAL STUDIO CODE]
- Python:Select Interpreter
- Selecione o Virtual Enviroment Criado

OBS: Comando para atualizar "requirements.txt": pip freeze > requirements.txt ***

About

🎧 An API developed with Python using the Flask framework, adhering to REST principles for seamless management of music data.


Languages

Language:Python 100.0%