Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

William-Dunlap/SWE_Group_Project

Repository files navigation

SWE_Group_Project (For Development)

First clone the repository
Navigate to the directory using the command line
Add flask to the interpreter with

  • pip install flask

Run

  • cd frontend
  • npm install
  • npm run build

Install docker desktop Open docker desktop and navigate to the images tab
Look at the bottom right and click the terminal button Run

  • docker build -t flask-react-app .
  • docker run -p 5000:5000 flask-react-app

Then go to localhost:5000 to view the page

SWE_Group_Project

First clone the repository
Navigate to the directory using the command line in the Docker Desktop App
Run:

  • docker-compose up --build

Then go to localhost:5000 to view the page

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •