Rishikesht1245 / Overlay_Module

Machine test overlay module
0 stars 0 forks source link
context-api expressjs mongodb nodejs reactjs

# Overlay Module

The Overlay Module is a component of the MERN (MongoDB, Express.js, React, Node.js) stack application that allows dynamic control of overlay content from the server side. It supports the display of a subscription form as an overlay, and also provides a settings form to update the module's settings.

Technologies Used

Features

Getting Started

These instructions will help you set up the project on your local machine for development and testing purposes.

Prerequisites

Installation

  1. Clone the repository.

    git clone https://github.com/Rishikesht1245/Overlay_Module.git
    cd task-overlay-server
  2. Install dependencies.

    npm install
  3. Set up MongoDB database and add environment variables.

    • PORT: 3000
    • MONGO_URI: 'mongodb://127.0.0.1:27017/overlay'
  4. Start the server.

    npm run dev
  5. Set up client side environment variables

  6. Start the Client.

    cd task-overlay-client
    npm install
    npm run dev
   npm install -g nodemon