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:
- Create a “config.js” file in the server directory with the necessary configurations.
- Install all dependencies in the client, server, and main directories using the following commands:
npm install
- 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.