Flare-k

add 면담, READNE

<!--
*** Thanks for checking out this README Template. If you have a suggestion that would
*** make this better, please fork the repo and create a pull request or simply open
*** an issue with the tag "enhancement".
*** Thanks again! Now go create something AMAZING! :D
***
***
***
*** To avoid retyping too much info. Do a search and replace for the following:
*** github_username, repo, twitter_handle, email
-->
<!-- PROJECT SHIELDS -->
<!--
*** I'm using markdown "reference style" links for readability.
*** Reference links are enclosed in brackets [ ] instead of parentheses ( ).
*** See the bottom of this document for the declaration of the reference variables
*** for contributors-url, forks-url, etc. This is an optional, concise syntax you may use.
*** https://www.markdownguide.org/basic-syntax/#reference-style-links
-->
[![MIT License][license-shield]][license-url]
<!-- TABLE OF CONTENTS -->
## Contents
- [About the Project](#about-the-project)
- [Installation](#installation)
- [Usage](#usage)
- [Contact](#contact)
<!-- ABOUT THE PROJECT -->
## About The Project
클라우드 컴퓨팅 서비스인 아마존 웹 서비스를 통하여 한 가지 앱에서 다양한 기능의 Application을 사용할 수 있도록 만든 앱브로셔 ASP(Application Service Provider) 플랫폼을 구현하였다. 또한 관리자용 웹페이지를 통해 어플리케이션을 통해 조작할 필요 없이 웹페이지를 통해 어플리케이션이 설치되지 않은 환경에서도 어플리케이션을 조작할 수 있도록 하였다.
**To avoid retyping too much info. Do a search and replace with your text editor for the following:**
`github_username`, `repo`, `twitter_handle`, `email`
### Installation
1. Clone the repo
```sh
git clone https://github.com/github_username/repo.git
```
2. Install Project setting in /appcontents/backend
```sh
pip freeze > requirements.txt
pip install -r requirements.txt
```
3. Install NPM packages in /appcontents/frontend
```sh
npm install
```
<!-- USAGE EXAMPLES -->
## Usage
If you done the installation, please run your server.
backend : python3 manage.py runserver (in /appcontents/backend/mysite)
frontend : npm start
<!-- CONTACT -->
## Contact
표승우 - ocn54321@hanmail.net
강연욱 - rokkyw@khu.ac.kr