Skip to content

COMP308- assignment 3, a MEAN stack application, which lets an user register, sign in, add courses and drop courses

Notifications You must be signed in to change notification settings

gomesjohns/MEAN-stack-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COMP308-Assignment 3
John Gomes, Student number: 300695550

Getting Started
---------------------------------

Mongo DB
- Express app connects to a remote database on mLab

Angular App
- Angular app is served on port 4200
- From client directory of the project run
  - npm install
  - ng build (builds the app and exports angular files into 'client/dist')

Express Web Server
- Express listens on port 3000
- From root directory of the project run
  - npm install
  - npm start

NOTE: Angular app must be built before running Express app

About

COMP308- assignment 3, a MEAN stack application, which lets an user register, sign in, add courses and drop courses

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published