Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

Latest commit

 

History

History
214 lines (166 loc) · 7.54 KB

README_en.md

File metadata and controls

214 lines (166 loc) · 7.54 KB

To be honest, there is probably a very little chance of anyone taking notice of the english version of this readme. But for that 0.00000001f% of you, here it is :)

Stack Lounge

Mobile Application for Korean Devs to Share their Tech Stacks

This is a Study Project made by students

Table of Contents

  1. About The Project
  2. Getting Started
  3. Roadmap
  4. License
  5. Team
  6. Wiki

About The Project

We realized, in order for us to be good devs, it's not all about learning the latest languages like go or javascript. We wanted a way to learn and get closer to tech stacks and software tools used in the industry, but we couldn't find sufficient amount of informations that were provided in Korean. So this is when we thought of the idea to make on ourselves, in a typical engineering student's fashion.

Built With

🧑🏻‍💻 Tools under our belt.
  • Docker
  • Django
  • Kotlin
  • AWS EC2
  • GraphQL
  • MongoDB
  • Firebase

Getting Started

These are the guidelines for my team members to get started on the proejct

Prerequisites

  1. Clone the repo.
    git clone https://github.com/KPUCE2021SP/LiC.git
  2. Create a fresh new python virtual environment.
    # ubuntu 환경에서
    sudo apt-get update
    sudo apt-get install python3-venv
    python3 -m venv virtual-environment-name
  3. Use the freshly created python virtual environment.
    # ubuntu 환경에서
    source virtual-environment-name/bin/activate
  4. Install python libraries needed for the project.
    # ubuntu 환경에서
    sudo apt-get install python3-pip
    cd LiC
    python3 -m pip install -r requirements.txt

License

Distributed under the APACHE 2.0 License. See LICENSE for more information.

Team Members

Wiki

Wiki has been created for us to orgranize things we learned during our creation of the project.