Skip to content

Repository files navigation

Project Management Web Application: OPTIMUM

Contributors: Maren Heck, Alan Wang, Jerry Wang, Menghua Huang

Project Description

This project will involve building a web-based application that allows teams to collaborate on projects and manage tasks and deadlines. The goal of this project is to improve the efficiency of people working on teams by allowing them to share and update project progress. It was built with Angular and Go.

Requirements

To run this application, you will need to have the following installed on your system. If you do not already have them installed, you can follow the links.

  1. Node.js (https://nodejs.org/en/download)
  2. Angular CLI (https://angular.io/cli)
  3. Go (https://go.dev/doc/install)

Setup

  1. Clone the repository: git clone https://github.com/m-heck/ProjectManagementApp.git.
  2. Navigate to the project directory: cd ProjectManagementApp.
  3. Install the dependencies:
    • For the Angular frontend, run npm install in the client directory.
    • For the Go backend, run go get in the server directory.
  4. Start the backend server: go run main.go in the server directory.
  5. Start the frontend server: ng serve in the client directory.

Using the Application

Once the application is up and running, you can access it in your web browser at http://localhost:4200.

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages