Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.36 KB

GettingStarted.md

File metadata and controls

48 lines (32 loc) · 1.36 KB

The goal of PowerPlay project is to provide an opportunity for students' to gain real-life experience in working in teams to create and maintain a real-world software application This guide outlines the tools and resources to help the reader get started developing.

Go

Go is the primary programming lanugage. Follow Tour of Go tutorial to quickly get up to speed with Go.

TIP: When searching the internet for information on Go, using the term golang will help you find relevant results.

Team Leadership

The project is divided into three teams to cover front end development, back end development, and algorithm development. Under each team are common tools and resources to assist in developing on that team.

Front End

  • Fiber Fiber is the web framework written in Go used by PowerPlay.

  • Figma Figma hosts PowerPlay UI wireframes

  • Docker Docker is containerization technology used for running PowerPlay

  • Vue Vue is a UI framework

Back End

Algorithm

Raspberry Pi

GitHub

The source code is opensource (MIT license) and hosting on GitHub.

Issues

Issues are also tracked on GitHub. Work with your team lead to work through issues.