Skip to content

Collaboration on a full stack web app incorporating MVC and Passport auth

Notifications You must be signed in to change notification settings

JoseEspinosaMachado/collab-table-8-final

 
 

Repository files navigation

Who we are: table8devs

We are a group of full stack web developers, collaborating with other community-taught developers to create web sites and web applications.

Rob Perry - github.com/robcperry

Jon Pena - github.com/jonNtech

kurtislearned - github.com/kurtislearned

Brooke Lee Kalman - github.com/BrookeLeeK

Jacob Gonzales - github.com/Jaggtony

Jose Espinosa Machado - github.com/JoseEspinosaMachado


Introduction

A Simple grocery App is built using the MVC Architecture, we have also implemented "authorization" so folx can sign up, customize & personalize the app


Be sure to add that lovely star 😀 and fork it for your own copy


Objectives

  • It's a beginner level app created to understand how MVC concept and logins are added

Who is this for?

  • It's for beginners & intermediates with little more experience, to help understand the various aspects of building a node app with some complex features

Packages/Dependencies used

bcrypt, bootstrap, connect-mongo, dotenv, ejs, express, express-flash, express-session, mongodb, mongoose, morgan, nodemon, passport, passport-local, validator


Install all the dependencies or node packages used for development via Terminal

npm install


Things to add

  • Create a .env file and add the following as key: value
    • PORT: 2121 (can be any port example: 3000)
    • DB_STRING: your database URI

Have fun testing and improving it! 😎

About

Collaboration on a full stack web app incorporating MVC and Passport auth

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 53.0%
  • EJS 40.8%
  • CSS 5.7%
  • Shell 0.5%