SWOSAAT is an interactive real-world full-stack application designed to use everything we've learned in the past six units. This is the second project of the March 2021 cohort from University of New Hampshire's full-stack coding bootcamp.
SWOOSAT is a full-stack application designed to track recurring online subscription spending using analytics to track those expenses.
Technologies are listed below.
https://evening-fortress-06751.herokuapp.com/
- AS AN online consumer
- I WANT an application to track my online and mobile subscriptions
- SO THAT I have analytic data of my monthly subsriptions expenses.
-
Use Node.js and Express.js to create a RESTful API.
-
Use Handlebars.js as the template engine.
-
Use MySQL and the Sequelize ORM for the database.
-
Have both GET and POST routes for retrieving and adding new data.
-
Use at least one new library, package, or technology that we haven’t discussed.
-
Have a folder structure that meets the MVC paradigm.
-
Include authentication (express-session and cookies).
-
Protect API keys and sensitive information with environment variables.
-
Be deployed using Heroku (with data).
-
Have a polished UI.
-
Be responsive.
-
Be interactive (i.e., accept and respond to user input).
-
Meet good-quality coding standards (file structure, naming conventions, follows best practices for class/id naming conventions, indentation, quality comments, etc.).
-
Have a professional README (with unique name, description, technologies used, screenshot, and link to deployed application).
- HTML/CSS
- Bootstrap.css
- JavaScript
- Handlebars.js
- Node.js
- Express.js
- Heroku
- MySQL Database
- Sequelize ORM
- Chart.js API
This application was created exclusively by:
MIT License
Copyright (c) 2021 Laura Bullek | Brendan Kurylo | Thomas Siopes | Dylan Cole
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.