An open API service indexing awesome lists of open source software.

https://github.com/sanderhelleso/share


https://github.com/sanderhelleso/share

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

SHARE


A Spring boot filesharing service

Share your files with anyone for free




preview


preview




## ❯ Getting Started

You can get a local copy of the project by cloning the repo

```
git clone https://github.com/sanderhelleso/share.git
```
After cloning, cd into both client and server and start up the services respectively

### Notes
- You must have mongoDB installed localy and running for data storage to work
- You need a valid API key from https://ipdata.co to track where users are dl files from

After recieving an api key, create a file called **config/Config.java** under the main share app folder.

```
package com.semanta.share.config;

public class Config {

public final static String IPDATA_API_KEY = ;
}
```


## ❯ LICENCE
MIT