Flare-k

add 면담, READNE

1 +<!--
2 +*** Thanks for checking out this README Template. If you have a suggestion that would
3 +*** make this better, please fork the repo and create a pull request or simply open
4 +*** an issue with the tag "enhancement".
5 +*** Thanks again! Now go create something AMAZING! :D
6 +***
7 +***
8 +***
9 +*** To avoid retyping too much info. Do a search and replace for the following:
10 +*** github_username, repo, twitter_handle, email
11 +-->
12 +
13 +<!-- PROJECT SHIELDS -->
14 +<!--
15 +*** I'm using markdown "reference style" links for readability.
16 +*** Reference links are enclosed in brackets [ ] instead of parentheses ( ).
17 +*** See the bottom of this document for the declaration of the reference variables
18 +*** for contributors-url, forks-url, etc. This is an optional, concise syntax you may use.
19 +*** https://www.markdownguide.org/basic-syntax/#reference-style-links
20 +-->
21 +
22 +[![MIT License][license-shield]][license-url]
23 +
24 +<!-- TABLE OF CONTENTS -->
25 +
26 +## Contents
27 +
28 +- [About the Project](#about-the-project)
29 +- [Installation](#installation)
30 +- [Usage](#usage)
31 +- [Contact](#contact)
32 +
33 +<!-- ABOUT THE PROJECT -->
34 +
35 +## About The Project
36 +
37 +클라우드 컴퓨팅 서비스인 아마존 웹 서비스를 통하여 한 가지 앱에서 다양한 기능의 Application을 사용할 수 있도록 만든 앱브로셔 ASP(Application Service Provider) 플랫폼을 구현하였다. 또한 관리자용 웹페이지를 통해 어플리케이션을 통해 조작할 필요 없이 웹페이지를 통해 어플리케이션이 설치되지 않은 환경에서도 어플리케이션을 조작할 수 있도록 하였다.
38 +**To avoid retyping too much info. Do a search and replace with your text editor for the following:**
39 +`github_username`, `repo`, `twitter_handle`, `email`
40 +
41 +### Installation
42 +
43 +1. Clone the repo
44 +
45 +```sh
46 +git clone https://github.com/github_username/repo.git
47 +```
48 +
49 +2. Install Project setting in /appcontents/backend
50 +
51 +```sh
52 +pip freeze > requirements.txt
53 +pip install -r requirements.txt
54 +```
55 +
56 +3. Install NPM packages in /appcontents/frontend
57 +
58 +```sh
59 +npm install
60 +```
61 +
62 +<!-- USAGE EXAMPLES -->
63 +
64 +## Usage
65 +
66 +If you done the installation, please run your server.
67 +backend : python3 manage.py runserver (in /appcontents/backend/mysite)
68 +frontend : npm start
69 +
70 +<!-- CONTACT -->
71 +
72 +## Contact
73 +
74 +표승우 - ocn54321@hanmail.net
75 +강연욱 - rokkyw@khu.ac.kr