Skip to content

Rec0iL99/grupo

Repository files navigation

Description

Grupo is a place where software developers can build communities and build super cool projects together.

Technology

  • React
  • NodeJS
  • Express
  • Socket.IO
  • MongoDB

Modules

Module Description
Frontend React Frontend
Backend Node.js Server

Setup and run

To setup the project locally follow the instructions:

Clone

Note: For this you need to install git on your machine. You can download the git tool from here.

  • If you have forked the project, run the following command -

    git clone https://github.com/YOUR_GITHUB_USER_NAME/grupo

    where YOUR_GITHUB_USER_NAME is your GitHub handle.

  • If you haven't forked the project, run the following command -

    git clone https://github.com/Rec0iL99/grupo.git

Run app

Download the latest stable version of NodeJs here and install it. Run node --version to verify successful installation.

To get the project running locally:

  • Clone this repository
  • npm install to install all required dependencies
  • npm start to start the local server