File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,9 +3,15 @@ JavaContactSample
33
44A simple webapp I created for a tech test.
55
6- I didn't have a web framework picked out at the time
7- so I just found something and went with it.
8- (My personal webapps are normally in Node. My Java apps are work-related.)
6+ Warning
7+ -------
8+
9+ I am not happy with the architecture/design of this application,
10+ and probably would find something quite different for an actual production deployment.
11+
12+ The framework I previously used is proprietary, so I just found something online to start from.
13+
14+ When I have access to your applications I'll be able to reuse an architecture your team is familiar with.
915
1016Dependencies
1117------------
2329 git clone https://github.com/700software/JavaContactSample
2430 cd JavaContactSample
2531 mvn tomcat7:run
32+
33+ Then visit http://localhost:8080/JavaContactsExample/
You can’t perform that action at this time.
0 commit comments