Skip to content

DevinForr/CIS3760--Course-Scheduler-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CIS*3760 G103 Course Scheduler Sprint-9

Running Docker Locally

Prereq: Install Docker

cd into course-parser

docker-compose up

This will build and start docker container running on localhost

To Exit and delete the container after use (Recommended)

docker-compose down --rmi local

This removes bulky container images and the container

Run Project for Dev locally

Windows Powershell

Running Flask

  1. cd \venv\Scripts
  2. .\activate
  3. cd into flask directory in course-parser
  4. $env:FLASK_APP = "run.py" (First time only to update name)
  5. flask run

Running Node

  1. cd into node dir
  2. npm install
  3. npm start

UNIX

Running Flask

  1. source ./venv/bin/activate
  2. cd to flask directory
  3. python run.py

Running Node

  1. cd into node directory
  2. npm install
  3. npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published