GithubHelp home page GithubHelp logo

nebulayoon / nebulayoon-domain Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 9.35 MB

개인 도메인입니다. https://nebulayoon.com

JavaScript 2.04% TypeScript 90.60% CSS 5.05% Shell 0.12% Dockerfile 2.19%

nebulayoon-domain's Introduction

nebulayoon-domain

개인 도메인을 연결하여, 새로운 기술, 공부하고 싶었던 기술, 적용하고 싶었던 서비스 등 역량 발전을 위해서 진행하는 프로젝트입니다.

Architecture

mydomain 아키텍처2

Goal

mydomain 목표

Environments

backend

POSTGRES_DB_HOST=[postgresql db host]
REDIS_HOST=[redis host]
EMAIL_USER=[google email]
EMAIL_PASS=[google email password]
TOKEN_SECRET=[token secret]
API_SERVER_URL=[api-server의 주소]
# backend directory에는 secret 폴더가 존재해야 하여, 아래의 명을 가진 인증서가 필요하다.
cert-request.csr
cert.pem
private-key.pem

frontend

NEXT_PUBLIC_API_URL=[api-server의 url과 api version을 표시]

Installation

monorepo 구성을 진행하였으나, github commit log등 가시적인 관리를 위하여 backend와 frontend 분리하였다.

# backend
$ cd ./backend
$ npm install

# frontend
$ cd ./frontend
$ npm install

Running the app with docker

backend

$ cd ./backend
$ docker compose up --build

frontend

$ docker compose up --build

Test

# just backend
$ npm nx api-server

nebulayoon-domain's People

Contributors

nebulayoon avatar

Stargazers

 avatar

Watchers

 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.