Skip to content

lablueprint/united-way

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

United Way

24-25 Full-Stack Web & Mobile Project in collaboration with United Way of Greater Los Angeles

Objective

image

Our project builds on the mission to make it easier for residents to connect with small businesses, discover local events, track participation, and earn rewards through a mobile platform, and for community organizers to publish their events on a web application.

Installation

Change directories into the repository united-way. Run the command:

cd admin-portal && npm i && cd ../mobile && npm i && cd ../server && npm i

This will directly install the requisite dependencies that are listed within package.json to be able to run the web, mobile and server applications, respectively.

Running web

  # Installing dependencies
  cd admin-portal
  npm i
  # Running the development build
  npm run dev
  # OR
  # Running a production build
  npx next build
  npm start

Running mobile

  cd mobile
  npm i
  # Running the Expo Go
  npx expo start --tunnel
  # OR
  # Running on the iOS Simulator
  npx expo start

To be able to run any of the following web or mobile functionality, the server must be run with:

  cd server
  node index.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 8