Contents
About The Project
클라우드 컴퓨팅 서비스인 아마존 웹 서비스를 통하여 한 가지 앱에서 다양한 기능의 Application을 사용할 수 있도록 만든 앱브로셔 ASP(Application Service Provider) 플랫폼을 구현하였다. 또한 관리자용 웹페이지를 통해 어플리케이션을 통해 조작할 필요 없이 웹페이지를 통해 어플리케이션이 설치되지 않은 환경에서도 어플리케이션을 조작할 수 있도록 하였다.
Installation
- Clone the repo
git clone https://github.com/github_username/repo.git
- Install Project setting in /appcontents/backend
pip freeze > requirements.txt
pip install -r requirements.txt
- Install NPM packages in /appcontents/frontend
npm install
Usage
If you done the installation, please run your server.
backend : python3 manage.py runserver (in /appcontents/backend/mysite)
frontend : npm start
Contact
표승우 - ocn54321@hanmail.net
강연욱 - rokkyw@khu.ac.kr