Hi everyone,I wanted to take a moment and share my project with you which I built using NodeJS on the server-side.Prep&Groc is a web application which let the users to find what ingredients are missing when preparing a recipe based on the ingredients and their remaining amount that a user has saved in his/her fridge (he/she may also be able to save those ingredients in the groceries list so that he can later on mark them as complete).Please allow me to provide some information about the implementation details of the application:I have used mongodb as a database source, primarely because the recipes data which I had was easier to clean up and prepare for a NoSQL schema database.JWT as a mean of session-less user authentication alongside with cookies as a storage.yup library for data validation.mocha and chai for unit/integration tests of the application routes only.Travis for CI/CD with Heroku as a deployment platform.I'm looking for development feedback of the application (with focus on code quality and architectural structure of the application).Please find below the link of application demo and the GitHub repository link where you can find a small documentation of the project as well.Application demo link - https://streamable.com/sjllcGitHub repository link - https://github.com/LumbardhAgaj/prep-and-groc
Submitted December 16, 2019 at 08:48AM by agajlumbardh
No comments:
Post a Comment