Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
700software committed Jan 12, 2021
1 parent dc75b55 commit 9ed040f
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,15 @@ JavaContactSample

A simple webapp I created for a tech test.

I didn't have a web framework picked out at the time
so I just found something and went with it.
(My personal webapps are normally in Node. My Java apps are work-related.)
Warning
-------

I am not happy with the architecture/design of this application,
and probably would find something quite different for an actual production deployment.

The framework I previously used is proprietary, so I just found something online to start from.

When I have access to your applications I'll be able to reuse an architecture your team is familiar with.

Dependencies
------------
Expand All @@ -23,3 +29,5 @@ To run
git clone https://github.com/700software/JavaContactSample
cd JavaContactSample
mvn tomcat7:run

Then visit http://localhost:8080/JavaContactsExample/

0 comments on commit 9ed040f

Please sign in to comment.