Skip to content

tomc98/2811ict_assignment_1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Summary

This is a solution for Assignment 1 in 2811ICT - Web Programming.

Installation

Node Server

Change directory to server and run npm install. Run server by running node server.js and the Node server will start listening on port 3000. Node server is set up to accept CORS from localhost:4200.

Angular App

Change directory to chat-app an drun npm install. You can run the Angular server by ng serve. As CORS is set up on the Node server, this will still allow you send data between the Angular chat app and the node server. ng build will create the distributable, compiled version of the Angular app. The Node server will already be preconfigured to run dist/index.html.

About

Assignment 1 solution for 2811ICT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published