Skip to content

JacobT14/adviseme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

adviseme

ASU Capstone Project for Advisement Sessions / Surveys

How To Start - Backend

  1. change directory to backend
  2. run npm install
  3. run node app.js

Congrats! The backend api is now running!

How To Start - Frontend

Make sure you have the angular-cli installed globally by running npm install -g angular-cli

  1. change directory to frontend
  2. run npm install
  3. run "ng serve"

When developing, it is super helpful to use "ng g c $component_name"(i.e. users-list). This will create the scaffold of a component so you don't have to create a new folder and the couple of files that it generates.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors