Skip to content

Instantly share code, notes, and snippets.

@nartes
Created April 28, 2016 16:41
Show Gist options
  • Save nartes/0f50974f1ba3444ccfd9a3a038899374 to your computer and use it in GitHub Desktop.
Save nartes/0f50974f1ba3444ccfd9a3a038899374 to your computer and use it in GitHub Desktop.
I'd like to implement simple Java Spring web-application with a 2-way authentication.
After that app must provide file sharing resource, i.e.
- every authorized user has a page with his files
- every file looks like a name, description, and file itself
- user can download file
- user can crete, delete, remove, edit, index file entities
- of course while editing and creating user have to upload a file
- bootstrap is enough for a outlook
My plan:
- to take 2-way authentication from this project https://github.com/pablocaif/TOTP-spring-example
- write second part by myself
I need:
- the consultency for projecting stage
- deadline estimation, i.e. a milestones i have to implement in order to
achieve final goal - working application
- the code reviewing on a github with a comments at crucial points
Prerequesits:
- comfortable with java
- use Windows
- not familiar with console toolkits like a gradle, git, heroku
- prefer IntellijIdea
- have 1 month = 3-4 hours a day
- not so good at english
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment