Skip to content

yuzebin/fast-elm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fast-elm

  • fast-elm is an node-elm clone project.

stack:

  • python + fastapi + mongodb.

relative project

user guide:

  • run backend server:
    • cd fast-elm
    • environment
      • python 3.7
      • fastapi
      • mongodb 4
      • environment tool: poetry
    • poetry install
    • poetry shell
    • start mongodb port 27017
    • import data
    • ./fmrun.sh
    • server run at http://localhost:9001
  • run frontend project
  • run admin end project
  • origion api refer:
    • node-elm project

fast-elm

  • fast-elm 是一个 node-elm 克隆项目。

技术栈:

  • python + fastapi + mongodb.

相关项目:

  • 本项目:后端接口: fast-elm 端口 9001
  • 前端项目: vue2-elm 端口 8000
  • 管理端项目: vue2-manage 端口 8002
  • 参考项目:node-elm

使用指南:

  • 运行后端接口:
    • cd fast-elm
    • 环境要求
      • python 3.7
      • fastapi
      • mongodb 4
    • pip install -r fmrequire.txt
    • 启动 mongodb 端口 27017
    • 导入数据
    • 运行服务
      • ./fmrun.sh
    • 服务接口地址
  • 运行前端项目
  • 运行管理端
  • 原始api参考:
    • node-elm 项目

About

fast-elm is an clone project of node-elm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published