Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 802 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 802 Bytes

This is the repository for 10 basic projects heavily relying on express and many different node modules.

Project 1 is a basic express server

Project 2 goes over a portfolio website with server side templating using Jade, basic routing with express and also using the nodemailer module to send basci contact information to the webmasters email.

Project 3 is a user authentication server/website that uses Passport, MongoDB and Bcrypt.

Project 4 is a Blog using Express, Jade templating and MongoDB in order to save any blog posts

Project 5 is a community events website that has a user login system, and administration using the node module Drywall. This website allows users to create events and others to view these events. CURRENTLY INCOMPLETE

The other 5 projects are currently incomplete.