https://github.com/sanderhelleso/share
https://github.com/sanderhelleso/share
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sanderhelleso/share
- Owner: sanderhelleso
- Created: 2019-08-19T01:24:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T05:48:48.000Z (over 3 years ago)
- Last Synced: 2025-02-02T13:15:54.472Z (over 1 year ago)
- Language: JavaScript
- Size: 2.98 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SHARE
A Spring boot filesharing service
Share your files with anyone for free
## ❯ 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