Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.49 KB

README.md

File metadata and controls

40 lines (30 loc) · 1.49 KB

CITZ IMB Wayfinder

Citizen Services Capstone Project Team B (Wayfinder)

Executive Summary

Project Information

Lifecycle:Experimental

Project Description

The "Wayfinder" application is a mobile application that directs citizens and employees to government services. The Wayfinder proof of concept provides an extensible platform that allows new services and locations to be added as they become available. Another use case for the Wayfinder app is the ability to process application generated analytics data allowing the product team to analyze valuable usage data that will inform the creation of new services that can be delivered using the Wayfinder app.

Introduction

This repository is a mono-repo containing all relevant documentation, code, and infrastructure that is required for the Wayfinder application and container(s). There will be additional supplementary README's for the back-end and front-end.

Project Status

Project is currently under development via the Capstone team.

Stack

Front-End

  • React PWA
    • Typescript
    • Node

Back-End

  • Express
  • MongoDB
  • Typescript
  • Node
  • Swagger

Mongo Dev Key Examples

KEY EXAMPLE DESCRIPTION
MONGO_PORT 27017 Designated port for mongo
MONGO_USERNAME wf-admin Username for mongo user
MONGO_PASSWORD wf-admin Password for mongo user
MONGO_DATABASE wf-db Name for mongo database