Yasei screenshot

Yasei

Author Avatar Theme by Fliotta
Updated: 25 Oct 2020
106 Stars

Social media made with React, Node, Express and MongoDB (MERN)

Categories

Overview:

Yasei is a social network application built using the MERN stack. Please note that this project is a work in progress.

Features:

  • MERN Stack: Developed using MongoDB, Express.js, React, and Node.js.
  • Config File: Requires a “config.js” file in the server directory with specific configurations.
  • Concurrent Start: Simplified start process by installing all dependencies in client, server, and main directory.

Installation:

To install the Yasei theme, follow these steps:

  1. Create a “config.js” file in the server directory with the necessary configurations.
  2. Install all dependencies in the client, server, and main directories using the following commands:
npm install
  1. To start the application concurrently, use the command:
npm start

Summary:

Yasei is a social network application developed in the MERN stack. It requires a specific configuration file, “config.js,” in the server directory and all dependencies to be installed in the client, server, and main directories for a simplified startup process.