You need to sign in or sign up before continuing.
Name Last Update
backend Loading commit data...
frontend Loading commit data...
.gitignore Loading commit data...
README.md Loading commit data...

Drop Box Project - KhuDrive

Cloud Computing C조

팀원

  • 2017103956 권주희
  • 2015104161 김재형
  • 2014101321 윤창목
  • 2018102238 조인화
  • 2017110497 하재연

기술 Stack

  1. Frontend : React.JS, typeScript
  2. Backend : Django
  3. Database : PostgreSQL
  4. AWS service : EC2, S3

도움말

Prerequisite

  • Python 3.8
  • Node.js 12

Backend

cd backend
python3 -m venv env
source env/bin/activate
pip3 install requirements.txt
python3 manage.py runserver

Frontend

cd frontend
npm install
npm start

향후 일정