GithubHelp home page GithubHelp logo

no-ye / bon Goto Github PK

View Code? Open in Web Editor NEW
5.0 1.0 0.0 1.65 MB

NoYE's personal blog

Home Page: https://www.noye.xyz

TypeScript 97.66% CSS 0.86% JavaScript 1.25% Dockerfile 0.24%
typescript express typeorm fp-ts react nextjs mobx material-ui

bon's Introduction

Blog of NoYE

Code Style

Description

NoYE's personal tech blog

https://www.noye.xyz

Quick Start

export NODE_ENV=production

export SENTRY_DSN="SENTRY_DSN"

export SESSION_SECRET="SESSION_SECRET"
export JWT_SECRET="JWT_SECRET"

export GOOGLE_CLIENT_ID="GOOGLE_CLIENT_ID"
export GOOGLE_CLIENT_SECRET="GOOGLE_CLIENT_SECRET"
export GOOGLE_REDIRECT_URI=http://localhost:3000/api/v1/user/google/callback

export MYSQL_HOST=localhost
export MYSQL_PORT=3306
export MYSQL_DATABASE=bon_test
export MYSQL_USERNAME=test
export MYSQL_PASSWORD=test

export AWS_ACCESS_KEY_ID="AWS_ACCESS_KEY_UD"
export AWS_SECRET_ACCESS_KEY="AWS_SECRET_ACCESS_KEY"
export AWS_DEFAULT_REGION="AWS_DEFAULT_REGION"

install dependencies

$ npm i

compile typescript and build next.js

$ npm run build

start database(mysql)

$ docker-compose up -d

create database

$ chmod +x ./bin/create-db && ./bin/create-db

migrate typeorm entity

$ npm run typeorm:run

start server

$ node dist

Tech / framework used

Backend

  • Node.js
  • Typescript
  • Express.js
  • FP-TS
  • TypeORM

Frontend

  • Typescript
  • React.js
  • Next.js
  • MobX
  • Material UI

Infra

  • Github Actions
  • Nginx
  • MySQL
  • AWS
    • S3
    • ECS
    • EC2

CLI

BoN-cli

bon's People

Contributors

no-ye avatar

Stargazers

Anthony Jackson avatar Bruno Oliveira avatar Hoseung avatar harry han avatar Hugo Kim avatar

Watchers

James Cloos 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.