/NGNG

Primary LanguageJavaScript

beb-03-second-07

main

배포 주소 : https://ngng2.shop

pages

  1. home
  2. mytalk
  3. mywallet

Contract

  1. erc-721
  2. erc-20

backend tree

Backend
├───config
├───contracts
├───routes
│   ├───api
│   │   ├───admin
│   │   ├───comment
│   │   ├───contract
│   │   ├───hashTag
│   │   ├───post
│   │   ├───report
│   │   ├───tx
│   │   └───user
│   ├───controller
│   └───middleware
├───service
├───tests
│   └───modules
├───typeorm
│   ├───entity
│   │   ├───demon
│   │   └───Models
│   └───migration
├───types
│   ├───enum
│   └───service
│       └───Model
└───utilities

front tree

Front