Web app about studio monitors for audio freaks and music producers, where you can add a new studio monitor, view studio monitors added by other users, and review them.
You can view this work in progress app here: http://www.studiomonitors.review/
My side project learning fullstack using:
- Node,
- Express,
- Handlebars,
- MongoDB(Mongoose)
- Passport
- ES6
This is my side project that lets users:
- register and login, (done)
- add their own studio monitors, (done)
- edit and delete things that were added, (done)
- view other peoples studio monitors, (done)
- add reviews to the studio monitors, (done)
- view logged-in user specific dashboard, which shows all studio monitors and reviews added by this user, (in progress)
- view individual studio monitors page, (done)
- buy studio monitor via Ebay API, (not available yet)
- view youtube videos related to the specific studio monitor via Youtube data API (not available yet)
You can view this work in progress app here: http://www.studiomonitors.review/
2018-01-25 udpates:
- flash messages on registration success and errors.