Skip to content

jagestedt/disc-golf-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Disc golf app (a work in progress)

A disc golf app where you can add your discs to keep track of them and their properties.

Getting Started with the MongoDB database:

  1. Create an account at https://mongodb.com
  2. Follow the steps to create a free database
  3. Click connect and choose your application, making sure to select Node.js as the main driver
  4. Save the URI and enter a password.

Getting started with the repo:

  1. Clone this repo to your pc
  2. Install packages using yarn install in the CLI (run it in root, client and server folders respectively)
  3. Run the server using yarn start in the server folder
  4. Run the client using yarn start in the client folder

Wireframes:

UX research

Other notes:

Git merge history uses either "client__" prefix to indicate if the branch specific is for client and "server__" prefix to indicate if the branch is specific for server. Some Git merges may combine both client and server commits.

About

A disc golf app and learning playground

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published