GithubHelp home page GithubHelp logo

acgn-list's Introduction

ACGN-List

自用动画漫画游戏小说记录系统。
前端使用 react + Ant Design
后端使用 nodejs + express
数据库使用 mongodb

预览

使用

  1. 这里下载最新的发布版本。
  2. 创建.env 配置文件,参考内容如下:

DB_HOST=mongodb://localhost:27017/acgnlist
JSON_LIMT=1mb
URLENCODED_LIMT=1mb
JWT_SECRET_KEY=wikimoeacgnlist
ACGN_SESSION_SECRET=wikimoeacgnlist
PORT=3000
USE_HTTPS=0
KEY_FILE_PATH=./bin/key.pem
CERT_FILE_PATH=./bin/chain.pem
SSL_PORT=669
SITE_URL=https://127.0.0.1:669

参数名 说明
DB_HOST Mongodb 的地址
JSON_LIMT JSON 数据的最大数据量
URLENCODED_LIMT 传输数据的最大数据量
JWT_SECRET_KEY JWT 加密字符串
ACGN_SESSION_SECRET session 加密字符串
PORT HTTP 端口
USE_HTTPS 是否使用 HTTPS
KEY_FILE_PATH HTTPS 私钥文件路径
CERT_FILE_PATH HTTPS 证书文件路径
SSL_PORT HTTPS 端口
SITE_URL 网站 URL
  1. 用控制台进入根目录
  2. cd client 进入前端目录
  3. npm install 安装前端依赖
  4. 返回项目根目录
  5. npm install 安装后端依赖
  6. npm run start 启动项目

acgn-list's People

Contributors

eeg1412 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.