Moment screenshot

Moment

Author Avatar Theme by Innei
Updated: 4 Sep 2020
32 Stars

一瞬,记录美好瞬间。

Categories

Overview:

The product being analyzed is called “一瞬一瞬” (Moment). It is a platform designed to record and capture beautiful moments in life. The backend of the product is being tested and developed using Express and MongoDB. The backend repository can be found at https://github.com/Innei/Moment-server. Users can experience the product at http://111.229.4.42/#/ and log in with the username “Innei” and password “qaz123..qqaapreview”. The product can be hosted on a website using nginx.

Features:

  • Record and capture beautiful moments.
  • Backend developed using Express and MongoDB.
  • Easy to install and set up.

Installation:

To install the theme, follow these steps:

  1. Install the required dependencies using yarn:

    yarn install
    
  2. Build the theme using the following command to compile a faster and smaller version that only supports modern browsers:

    yarn build --modern
    

    If you want to compile a version that is compatible with more browsers, you can remove the --modern parameter.

  3. Set up nginx as a reverse proxy to redirect /api requests to the local port 3000 where the backend is listening.

  4. Initialize the theme by accessing your binded URL.

Please note that this project uses ES6 and the latest CSS specifications, so it may not be compatible with older browsers.

Summary:

一瞬一瞬 (Moment) is a platform designed to record and capture beautiful moments in life. It has a backend developed using Express and MongoDB. The installation process is relatively straightforward, involving the installation of dependencies, building the theme with yarn, setting up nginx as a reverse proxy, and initializing the theme. The project is not compatible with older browsers due to its use of ES6 and the latest CSS specifications.