Skip to content
This repository has been archived by the owner on Jan 16, 2019. It is now read-only.

nuvention-web/I-Front-2018

Repository files navigation

Perf

  1. The front MVP was generated with Angular CLI version 1.6.1.

2. The back MVP was generated with python Flask framework and SQLite for db.

How to run the MVP

  1. Front page
  1. Backend server

- Github: https://github.com/nuvention-web/I-Back-2018

Build

Front:

  1. On root directory, run ng serve to run the project.
  2. By default the project will run on http://localhost:4200/.

Back:

  1. virtualenv env —python=python3.6

2. Source env/bin/activate
3. pip install -r requirements.txt
4. nose2(see if all tests are passing. If not, contact Mark)
5. python app.py(for local hosting)

Point of Contact

Developers:

  1. Front end page commnets to:
    San Lee - sanlee2017@u.northwestern.edu

  2. API comments to:
    Mark Jung - gujung2022@u.northwestern.edu