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/grupowhere
YOUR_GITHUB_USER_NAMEis 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 installto install all required dependenciesnpm startto start the local server
