MD-AZMAL / innovent-approved

Prototype for the given problem statement

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Prototype for the given problem statement


Languages

Language:JavaScript 91.9%Language:SCSS 5.0%Language:HTML 2.6%Language:Shell 0.5%