Hey visitor!👋🏻
I'm Dishant Kapadiya, a graduate student at Northeastern University. This repo is a collection of all the awesome things
I'm doing in my Web Development class. I recently returned from a coop at New York Life Insurance, where I worked on
AWS and some iOS. My interest lies Artificial Intelligence and Machine Learning. Checkout my other repos to see what
was I doing in other classes!😉
Check out my latest build on heroku
This assignment consists of Environment setup. A small project is given by Professor and students need to configure that project to run on Heroku. It also includes setting up mLab for running MongoDB with Heroku.
This assignment consists of building the User-Interface of a Website building app which will be built throughout the semester. Student are given wireframe of UI and are suppose to build those screens. In this project I've used Bootstrap v3 for styling. You can see this assignment on Heroku.
This assignment consists of building the UI from last assignment using Angular 4 component. Students are given specifications of routes in assignment problem statement and are suppose to arrange code according components. In this project I've used Bootstrap v3 for styling and Angular 4 for components. You can see this assignment on Heroku.
This assignment consists of building the services using NodeJS and Express in backend. The functionality still remains the same but now points to actual backend.
This assignment consists of building the data models in MongoDB and integrating the front-end using mongoose library. In heroku, mLab is integrated as data store in backend.
This assignment consists of securing the data and api(s) using PassportJS. Also password encryption is enabled to store password in a secure way. Website can accept users using Facebook as well.