SocioShares

SocioShares is a project developed & maintained by Sociopaths members from Hackforums.net
It enables files sharing within the group easily in a protected application.

Installation

SocioShares uses Strapi.io for the backend and NuxtJS for the frontend.
Both framework use NodeJS which give ultra-performances

Requirements

Software Minimum version Recommended version
Node.js 12.x 14.x
npm 6.x 6.x

Clone the repository

$ git clone git@github.com:newQuery/socioshares.git socioshares

Install the dependencies

$ cd socioshares
$ npm install
$ npm run socio-install

Run the project

$ npm run socio-dev

Navigate to http://localhost:1337/admin to access the backend admin dashboard
Navigate to http://localhost:3000/ to access the frontend