Java project developed for Distributed Programming class at Universidade Federal do Rio Grande do Norte, under the guidance of professor Handerson Medeiros.
The general ideia is: using FileSync, you should be able to sync the files under some directory with other users, like a Dropbox shared folder.
- Postgresql 9.4.4 or higher
You need to set up your src/Settings.java class, which is responsible for all sensitive data. So rename it to src/Settings.java and, of course, rename the class name too.
- About Postgresql settings: this project has
file_syncas its default database (as you can see inSettingsSampleclass), so you have to create this database in your machine (viapsql,pgAdminor something) or point this setting to another database.
Set the variables with valid values and you're ready to go :)
See LICENSE