Coder Social home page Coder Social logo

w10036w / arkcms Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 5.47 MB

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

Home Page: https://arknodejs.com

License: Other

JavaScript 23.46% Makefile 0.66% HTML 51.41% Vue 8.57% CSS 12.94% Shell 2.88% Smarty 0.09%

arkcms's Introduction

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

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.