GithubHelp home page GithubHelp logo

learn-prisma2's Introduction

learn-prisma2

Prisma2의 학습을 진행하기 위해 제공됨.

저장소 없이 진행하기

작업 환경 정보

# lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 18.04.3 LTS
Release:	18.04
Codename:	bionic

# docker -v
Docker version 18.09.7, build 2d0083d

# docker-compose -v
docker-compose version 1.24.1, build 4667896b

# nvm --version
0.35.2

# npm --version
6.13.4

# node --version
v13.5.0

저장소로 시작하기

다음 명령을 사용해 현재 저장소를 복제하세요!
git clone https://github.com/YankeeTube/learn-prisma2.git && cd learn-prisma2

docker와 docker-compose가 설치되어 있지 않다면 다음 명령을 실행하세요!
chmod +x install.sh && sudo ./install.sh

다음 명령을 실행하여 도커 컴포즈를 이용해 mysql을 설치합니다.
sudo docker-compose -f prisma2/docker-compose.yml up -d

nodejs와 npm이 설치되어 있지 않다면 다음 명령을 실행하세요!
wget https://raw.githubusercontent.com/YankeeTube/learn-prisma2/master/nvm-install.sh && chmod +x nvm-install.sh && ./nvm-install.sh && source ~/.bashrc && nvm install node

MySQL 정보

Host IP:
Port: 3306
username: root
password: learn1234!

Reference

Prisma2 Repo

learn-prisma2's People

Contributors

yankeetube avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.