Grupo is a place where software developers can build communities and build super cool projects together.
- React
- NodeJS
- Express
- Socket.IO
- MongoDB
Module | Description |
---|---|
Frontend | React Frontend |
Backend | Node.js Server |
To setup the project locally follow the instructions:
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
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 dependenciesnpm start
to start the local server