From c51b5be1fb9fe7581d2492c468db32db0c67c410 Mon Sep 17 00:00:00 2001 From: Mitchell Gerber Date: Wed, 19 Oct 2016 07:57:34 -0500 Subject: [PATCH] Update readme.md --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index dcd4ea5..89c8881 100644 --- a/readme.md +++ b/readme.md @@ -3,3 +3,7 @@ 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. + +# Edit 10/19/2016 - This is a deprecated version of my site + +I've more recently redone this site using react as a front end framework rather than Angular. Check out the [react](https://github.com/mgerb/mywebsite/tree/react) branch.