Skip to content

Latest commit

 

History

History
68 lines (54 loc) · 2.53 KB

File metadata and controls

68 lines (54 loc) · 2.53 KB

full-stack-template

Description

Template for full stack development using passport and mongodb for user authentication

Table Of Contents

  1. Description
  2. Installation
  3. Start Running Server Locally
  4. Retrieve Code
  5. Contributor
  6. Questions
  7. Technolgies Used

Installation

Before pulling code make sure you have the following Software Downloaded

Software

Required:
Visual Studio Code
Git Bash
Node.js
Mongodb

Optional:
Robo 3t

After software has been downloaded and set up you can download the repository

Plugins

Below are required plugins if you want to use Sass

  • Live Sass Compiler
  • Live Server

Retrieve

You may retrieve the code on Github.com at this Repository

Run

Make sure you are in the right folder path when following these steps

  1. Before starting server make sure you start the mongodb server using the following command insed your gitbash

    mongod

  2. After starting mongodb server you can start you'll want to open another bash window

  3. Install dependencies using the following command

    npm install

  4. Start the server using either of these commands

    npm start

             or

    node server.js

  5. Open local host and add/remove anything you please

Contributor

You may contribute by following Ikemous on github.com!

Questions

Have any questions? Email Ikemous @ barranco.ike@outlook.com

Technologies

Using HTML Using CSS Using Sass Using Javascript Using Node Using Handlebars Using Express