wijez / Lofi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build web music with

django _ reactjs _ axios _ spotify api

prompt : npm , pip , python

I. FRONTEND

Install:

1. Vite + reacjs : npm create vite@latest

2. Eslint : npm i eslint

3. react-hook-form : npm i react-hook-form

4. react-route-dom : npm i react-router-dom

5. react icons : npm i react-icons

6. web_vitals : npm i web-vitals

II. MIDDLER

1. axios : npm i axios

III. BACKEND

1. django : python -m pip install Django

2. rest_famework : pip install djangorestframework

3. python : version 3.12 (python --version)

IV. SETUP

with Django:

create django project: django-admin startproject your_name_project

create enviroment venv: python -m venv name_virtual_environment

create django application: django-admin startapp your_name-app

with React:

Vite is tools for building react faster

About


Languages

Language:Python 100.0%