Skip to content

akinfelami/pickup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pickup Games App

An app for scheduling pickup games in the US & beyond?

The goal of this app was to make pickup games easier to organize at Cornell. Since development began a few months ago, the app has grown in complexity. I am taking on a new role in another project that we have to deliver to a client soonest. Unfortunately, I do not have the time and resources to complete this project at this moment. I am putting it on pause, hoping to continue in the nearest future.

I am making this repository public, incase anyone finds any of the code useful.

How to run

  • clone the repo git clone https://github.com/akinfelami/cornell-pickup.git

  • start the api

    • the api uses firebase authentication and mongodb. Please refer to their individual documentations to get the appropriate credentials.

    • the api also uses redis for databse caching. Obtain relevant credentials from redis cloud

      cd api
      npm install
      npm run server
      
    • naviagte to https://localhost:3000

    • you should see {"status":"Success","message":"Hello, World"}

  • start the app

    • the app uses the expo cli. Kindly refer to the relevant documentation to get started with expo. Also, make sure you have xcode/Android studio sdks set up.
    • remember to copy firebase credentials
      npm install
      expo start
      
    • follow instructions in terminal to run the app.

Open to questions and feedback. Contributions are also welcome

Screenshots

Simulator Screen Shot - iPhone 14 Pro Max - 2023-01-08 at 15 19 55 Simulator Screen Shot - iPhone 14 Pro Max - 2023-01-08 at 15 20 09 Simulator Screen Shot - iPhone 14 Pro Max - 2023-01-08 at 15 20 33 Simulator Screen Shot - iPhone 14 Pro Max - 2023-01-08 at 15 20 44 Simulator Screen Shot - iPhone 14 Pro Max - 2023-01-08 at 15 21 01

Screenshots

About

A mobile app for scheduling pickup games

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published