/Liberty-NFT

Primary LanguageJavaScript

Liberty NFT 💹


Como rodar esse projeto ?


Clone esse repositório.



Ou


SSH: git@github.com:eulerBM/Liberty-NFT.git




Crie um virtualenv com Python


Windows 🗔
python -m venv venv
Agora ative com o seguinte comand
venv/Scripts/Activat

Linux 🐧 ou MacOS 🍎
python3 -m venv venv 
Agora ative com o seguinte comando
source env/bin/activate

Instale as dependências.


pip install -r requirements.txt


Rode as migrações.

python manage.py makemigrations


python manage.py migrate


Crie um Super Usuario 🦸‍♂️


python manage.py createsuperuser


Inicie o projeto🙂


python manage.py runserver


Ferramentas usadas


DJANGO 🐍


Documentação Django

JavaScripts 🟨


Documentação JavaScripts