TheXYZLab

Frame v1.0.0

2017-08-16  本文已影响12人  William_An

2017/08/16
稍后汉化


Frame

A personal projects website based on Nodejs for high school students to show their works.
v1.0.0 was finished in 10 hrs.

Introduction

Frame was built initially for high school students to present their works in an elegant and simple way.
Frame's goal is to let students who don't have programming experience can also be able to set up their own websites for displaying purpose. Though at current state, v1.0.0, students still need some knowledge related to web programming, especially nodejs, json, and pug, this should be achieved in next version, v2.0.0.
Frame utilizes MongDB as its database. This allows users to dynamically load their descriptions about their projects and websites directly from databases rather than using local HTML files.
For handling requests, Frame use express and pug.

Preparation

Usage

Data Sturture

Pages

{
    name: For URL purpose,
    title: Page title,
    description: Page description,
    subtitle: Secondary title,
    subdescription: Secondary description,
    other:{
        reasons:[{
                reason: Why like these,
                detail: Plain detail,
            },...]
        ...
    }
}

Projects

{
    title: Project title/name,
    summary: Introduction of project,
    detail: Project description,
    picurl: Intro picture URL,
    url: Project page URL,
    star: Outstanding project or not,
    date: Start date of project,
    gitrepo: Git repository url
}

TODO

License

MIT

上一篇 下一篇

猜你喜欢

热点阅读