Skip to content
/ BAMBOO Public

🐍 Django-Rest-Framework + React 간단 대나무숲 만들기

Notifications You must be signed in to change notification settings

jiss02/BAMBOO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BAMBOO

대나무 숲 만들기 실습

React와 Django Rest Frame워크 활용하기


 

Table of Contents

 

About The Project

Built With

  • Python Django
  • Django-Rest-Framework
  • SQLite3
  • React.js

 

Getting Started

Python


Prerequisites

Setup project environment with venv and pip.

  • setting venv
$ python3 -m venv venv
$ . venv/Scripts/activate
  • Django
$ pip install django

 

Requirements

asgiref==3.2.3
Django==3.0.2
django-cors-headers==3.2.1
djangorestframework==3.11.0
pytz==2019.3
sqlparse==0.3.0

not including some modules.

 

Starting Django

  1. Clone the repo
$ git clone https://github.com/jiss02/BAMBOO.git
  1. Migrate Database
$ cd djangoback
$ python manage.py migrate
  1. Run server
$ python manage.py runserver

React


Starting React

  • Install Node.js 10 LTS
  • Clone the repository
git clone https://github.com/jiss02/BAMBOO.git
  • Install dependencies
cd reactfront
npm install
  • Build and run the project
npm start

Dependency

"dependencies": {
    "@material-ui/core": "^4.8.1",
    "@testing-library/jest-dom": "^4.2.4",
    "@testing-library/react": "^9.3.2",
    "@testing-library/user-event": "^7.1.2",
    "axios": "^0.19.0",
    "react": "^16.12.0",
    "react-dom": "^16.12.0",
    "react-scripts": "3.3.0"
  }

About

🐍 Django-Rest-Framework + React 간단 대나무숲 만들기

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published