Coder Social home page Coder Social logo

server-agent-admin's Introduction

server-agent-admin

server-agent 프로젝트에 맞춘 어드민 웹 어플리케이션 프로젝트 입니다.

Developments

VSCode Extentions

  • Vetur

Dependency

  • NodeJS 14.17.6
  • npm 8.6.0

API Server

  • typescript
  • express
  • typeorm
  • zeromq

Front with nuxt

  • nuxt
  • vuetify

TODO

  • 로그인 기능 추가

api

express 베이스로 만들어진 restful http 서버 프로젝트입니다.

최대한 restful하게 개발하려고 노력했습니다.

test

테스트 코드를 모아놓은 폴더입니다.

구현에 신경쓰느라 테스트 코드를 작성하지 않고 개발했습니다.

추후 테스트 코드를 추가할 예정입니다.

for Nuxt

프론트 페이지 렌더링은 nuxt 기반으로 개발되었습니다.

UI 프레임워크는 vuetify 기반으로 개발되었습니다.

Deploy for offline

패키지를 오프라인 상태로 배포하는 방법.

.yarnrc 설정

yarn-offline-mirror "./npm-packages-offline-cache"
yarn-offline-mirror-pruning true

Script

Online Host

DEL /q /s npm-packages-offline-cache
RMDIR /q /s npm-packages-offline-cache
DEL /q yarn.lock
yarn cache clean

yarn install

SET _7ZIP="C:\Program Files\7-Zip\7z.exe"
%_7ZIP% a -bd -bso0 -bsp0 "npm-packages-offline-cache.zip" "./npm-packages-offline-cache"

npm-packages-offline-cache.zip 파일 배포.

Offline Host

배포된 npm-packages-offline-cache.zip 파일 폴더에 압축 해제 후 설치.

SET _7ZIP="C:\Program Files\7-Zip\7z.exe"
%_7ZIP% x -y npm-packages-offline-cache.zip -o./

node yarn-1.22.18.js install --offline --production
yarn install --offline

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate

For detailed explanation on how things work, check out the documentation.

Special Directories

You can create the following extra directories, some of which have special behaviors. Only pages is required; you can delete them if you don't want to use their functionality.

assets

The assets directory contains your uncompiled assets such as Stylus or Sass files, images, or fonts.

More information about the usage of this directory in the documentation.

components

The components directory contains your Vue.js components. Components make up the different parts of your page and can be reused and imported into your pages, layouts and even other components.

More information about the usage of this directory in the documentation.

layouts

Layouts are a great help when you want to change the look and feel of your Nuxt app, whether you want to include a sidebar or have distinct layouts for mobile and desktop.

More information about the usage of this directory in the documentation.

pages

This directory contains your application views and routes. Nuxt will read all the *.vue files inside this directory and setup Vue Router automatically.

More information about the usage of this directory in the documentation.

plugins

The plugins directory contains JavaScript plugins that you want to run before instantiating the root Vue.js Application. This is the place to add Vue plugins and to inject functions or constants. Every time you need to use Vue.use(), you should create a file in plugins/ and add its path to plugins in nuxt.config.js.

More information about the usage of this directory in the documentation.

static

This directory contains your static files. Each file inside this directory is mapped to /.

Example: /static/robots.txt is mapped as /robots.txt.

More information about the usage of this directory in the documentation.

store

This directory contains your Vuex store files. Creating a file in this directory automatically activates Vuex.

More information about the usage of this directory in the documentation.

server-agent-admin's People

Contributors

hdmun avatar

Watchers

 avatar

server-agent-admin's Issues

`typeorm` ColumnTypeUndefinedError

 ERROR  ServerMiddleware Error: Column type for HostServer#hostName is not defined and cannot be guessed. Make sure you have turned on an "emitDecoratorMetadata": true option in tsconfig.json. Also make sure you have imported "reflect-metadata" on top of the main entry file in your application (before any entity imported).If you are using JavaScript instead of TypeScript you must explicitly provide a column type.

  at ColumnTypeUndefinedError.TypeORMError [as constructor] (node_modules\typeorm\error\TypeORMError.js:9:28)
  at new ColumnTypeUndefinedError (node_modules\typeorm\error\ColumnTypeUndefinedError.js:13:23)
  at node_modules\typeorm\decorator\columns\PrimaryColumn.js:33:19
  at serverMiddleware\entity\hostServer.ts:2:500
  at Array.reduce (<anonymous>)
  at _applyDecoratedDescriptor (serverMiddleware\entity\hostServer.ts:2:458)
  at serverMiddleware\entity\hostServer.ts:10:76
  at jiti (node_modules\jiti\dist\jiti.js:1:196506)
  at serverMiddleware\controller\hostController.ts:5:19
  at jiti (node_modules\jiti\dist\jiti.js:1:196506)

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.