A node application that manages todo lists.
-
Prerequisites:
- Make sure you have MongoDB running locally, listening on port 27017. Alternatively, export DATABASE_URL to point to an existing MongoDB instance (include username and password in URL if needed).
-
To use:
- Run "npm install" to download required dependencies, then "npm start" to start it up
- Navigate to "http://localhost:8080" to access the application
-
Functionality:
- Create an account by clicking on the "Sign Up" link in the navigation header and filling out the form details
- Create a list by clicking on "New List"
- Browse your lists by going to "Lists"
- Click on a list to view the items that belong to the list, and create/edit/delete items from this page