ZBoroda / zboroda-cpa2

Second creative programming assignment for Intro to Software Engineering

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CS103a Express App

This is the beginings of a project which has a simple authentication module and provides access to a mongoose database in the cloud.

Run this project in the cloud: https://zboroda-cpa2.herokuapp.com

Installation to run this project locally

Download the project from github and download nodejs and npm from https://nodejs.org and cd into the folder

Install the packages with

npm install

Start the project with

node app.js

or install nodemon (the node monitoring app) with

npm install -g nodemon

and start the project with

nodemon

Screenshots of the project working

From the home screen

Adding an event

Displaying a new event

About

Second creative programming assignment for Intro to Software Engineering

License:Apache License 2.0


Languages

Language:JavaScript 68.8%Language:EJS 30.7%Language:CSS 0.3%Language:PowerShell 0.2%