Skip to content

Source of personal website arknodejs.com, including 3 project templates (2 original), server configuration and scripts 个人网站源码 arknodejs.com,包括3个项目模板,简历模板复用,服务端nginx设置和makefile部署脚本

License

w10036w/arkcms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arknodejs.com

Source of personal website arknodejs.com, including 3 project templates (2 original), server configuration and scripts

个人网站源码 arknodejs.com,包括3个项目模板,简历模板复用,服务端nginx设置和makefile部署脚本

Templates

  • /api: CMS Backend, koa2-mongodb-restful with full swagger-ui documentation, partial mocha-chai test
  • /app: CMS Frontend, using Vue SSR template, readme
  • /admin: CMS admin portal, using Vue SPA template
  • /profile: Non CMS, using Vue SPA template, personal profile template. Create Json file of your profile and apply to all templates.
  • /conf: nginx server configuration, makefile backup for Mac and Ubuntu

How to install

  • Fork the project and clone to your server / local
  • Run make all

Dependencies

  • make: This project uses make to setup dependencies
  • Mongodb requires an empty folder under root: /data/db
  • nodemon for hot reload API server npm i nodemon -g
  • PM2 for production process managment npm i pm2 -g
  • Create prod.js under /api/conf/ to setup configuration in proudction.

Start API (others refer to project's readme.md)

  • Run MongoDb: mongod in terminal
  • Start api: npm run dev in /api or make dev-api in project root.

Online Demo

Todo List

  • Docker
  • Redis Support
  • Other Comments Plugin
  • Admin Dashboard
  • Server push notification
  • Add prebuild test for applications

About

Source of personal website arknodejs.com, including 3 project templates (2 original), server configuration and scripts 个人网站源码 arknodejs.com,包括3个项目模板,简历模板复用,服务端nginx设置和makefile部署脚本

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published