From e787b357b5d9e59bbfe6ed0d1307daf7a57ad60b Mon Sep 17 00:00:00 2001 From: mgerb42 Date: Wed, 1 Jun 2016 19:36:35 -0500 Subject: [PATCH] updated readme --- readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 6860c0f..dcd4ea5 100644 --- a/readme.md +++ b/readme.md @@ -1 +1,5 @@ -## Converting to Go back end and Angular front end +# Golang Site Implementation + +I have been working on converting my entire website over to the Go programming language. Along with doing this I have also converted the front end entirely to AngularJS. MongoDB is still used and the data base queries have been more optimized. + +I have also made this project open source. Passwords are no longer stored in the code. Rename "config-template.json" to "config.json" to start the server.