Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 2.52 KB

README.md

File metadata and controls

57 lines (42 loc) · 2.52 KB

Make Parties

Based on tutorial from makeschool.org.

Table of Contents

Overview

MakeSchool was a coding bootcamp that went under. Most content was made free and I found this and decided to follow along.

To run, git clone and add a MONGO connection string.

Built With

  • Express
  • Mongoose
  • Handlebars

Features

  • Replaced SQL for MONGO.
  • Avoided using '@handlebars/allow-prototype-access' by using Mongoose and its lean method.

Improvements

  • Authentication
  • File Structure i.e. Controller

Useful Resources