Monday, October 26, 2015

An actual web app!

I have completed the first version of a web application and deployed it to Heroku.

It is pretty simple for now -- a MEAN stack app that generates the standings of an eight-team league based on the scores entered by users.  Some decent CRUD functionality, allowing users also to access games, edit game data and delete games.  The back end storage is provided by MongoLab.

No user authentication so far.  The next step is to require users to log in to create games and to let them edit or delete only those games that they created.

shielded-oasis-7953.herokuapp.com