/innovent-approved

Prototype for the given problem statement

Primary LanguageJavaScript

innovent-approved

Social media content approval system

Requirements

  • Any OS Windows/Ubuntu
  • Node JS
  • Mongo DB
  • yarn package manager or NPM

Steps to run

  • Clone the repository
    git clone https://github.com/MD-AZMAL/innovent-approved
    
    cd innovent-approved
    
  • Inside client folder install the necessary packages
    cd client
    
    yarn
    
  • Go to the client folder and install the necessary packages
cd ../server

yarn
  • Open a new terminal and run the mongodb service on port 27018

      mongod --port 27018
    
  • Open the server folder in terminal and run

    yarn start
    
  • Open the client folder in terminal and run

    yarn start
    

Accessinig the application