- The repo of the note app: Source Code
- Here is the link of live demo app via Heroku: Demo
A WEB application to create virtual study groups using Node.js, Express.js, Sequelize, Handlebars.js *(at least one handlebar)
, Inquirer, MySQL and MVC architecture.
As a Student, I want to be able to connect with students in space that provides easy chatting and resource sharing
WHEN I log into the application
THEN I am able to create and view study groups as well as add resources and launch a video chat with fellow Students.
'click the license badge at the beginning of the document to get more info'
Building a fully functional web application including client-side and server-side from start to finish
Versatility with sequelize, especially with a larger database
Utilizing sequelize to pull from the entire database utilizing join tables and foreign keys
Ease of use with Handlebars in easily serving data to the client-side, how it helps clean up routing
How modular express can be, I.E creating clean and easily readable yet complicated server structures with express
Most importantly: Metered. The metered api is extremely versatile, and can cut down code by thousands of lines just from their api, and their video chat api is genius. their docs are also super in depth and great for learning they taught me a heck of a lot of new stuff
Working together as a group, utilizing our strengths to code the different parts of the site,troubleshooting as a team
Add ability for users to sign up for study groups
Refactor code to be more efficient
Make UI "prettier"
Continued improvements to make the app more user friendly
Add functionality to manage your user profile
Add functionality to dm other users
Add functionality for the user-owner to delete study groups