Skip to content

Final Project for CS375; a collaborative coding site that lets you upload your code for others to comment on.

Notifications You must be signed in to change notification settings

rmoroz20/CodeCollab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeCollab

Note: All developers have a file called nodemon.json in the root directory / that contains secret keys needed to run the app (should have been sent to you separately).

Local Development

Dependencies

Run npm install in root directory / and my-app/

Both angular and the server must be running for the app to function correctly

Server

Run npm run dev to start the Node server

The server runs on localhost:3000

Angular

Run ng serve in my-app/ to start the Angular development server

Angular runs on localhost:4200 - This is where you can view the app

Preparing for Production

Run ng build --configuration production

Deploy all files except my-app/ to AWS

About

Final Project for CS375; a collaborative coding site that lets you upload your code for others to comment on.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •