8000 GitHub - liuliuliu97/Full-Stack-Project
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

liuliuliu97/Full-Stack-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouTube LinkGitHub

manipulate data related to books

Front-end: react

  1. check the basic installation
python --version
yarn --version
npm --version
  1. create virtual environmnt and avtivate it
python -m venv env
env\Scripts\activate.bat
  1. create the requirement.txt file, and install required libraries, if needed
pip install -r requirements.txt
  1. start first vite project
# npm 7+, extra double-dash is needed:
npm create vite@latest my-vue-app -- --template vue

# yarn
yarn create vite my-vue-app (--template react)

# pnpm
pnpm create vite my-vue-app --template vue

# Bun
bun create vite my-vue-app --template vue

5 go to the generated directory and install the vite packages as required

cd frontend
yarn
yarn dev

the website is Local: http://localhost:5173/

Back-end: Django

  1. check the installatin of python,pip, install restframework
pip install django djandorestframework

Start a Django project

django-admin startproject project_name
  1. after the get and post action in backend, make some actions in frontend to make interaction

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0