Coder Social home page Coder Social logo

pass-core's Introduction

PASS - Personal Access System for Services

PASS logo

License Discord Pull Requests Issues Commits Build status Top Language Contributors Latest Commit

Welcome! πŸ‘‹πŸ‘‹πŸΏπŸ‘‹πŸ½πŸ‘‹πŸ»πŸ‘‹πŸΎπŸ‘‹πŸΌ

PASS is an open source digital wallet for providing home-insecure individuals a safe place to store documents within their control. PASS additionally aims to assist caseworkers with processing and providing documents needed to complete the housing-assistance application process.

The PASS wiki contains detailed information of all things PASS including contribution guidelines, tech stack, information on SOLID, etc...

PASS is currently in development working towards MVP release by generous efforts from our contributors.

Contents

  1. Setup Instructions
  2. Project Overview
  3. Contribution Guidelines
  4. Code of Conduct

1. Setup Instructions

  • Prerequisites

    Currently, we require Node version 16.20.2 and NPM for our package manager. We recommend managing node and npm using Node Version Manager (NVM). To do so:

  1. Download NVM for your system.
  1. Install node version 16.20.2:
    nvm install 16.20.2
    
  2. Use that node version:
    nvm use 16.20.2
    
  3. Check that node and npm are set up:
    node -v
    npm -v
    
    If either of those commands error, node has not been installed correctly.
  • Clone and Install Dependencies

  1. Clone the git repository:
    git clone https://github.com/codeforpdx/PASS.git
    
  2. Install project dependencies:
    npm install
    
  3. Install the pre-commmit prettier, linter, and test hooks.
    npm run prepare
    
  4. Run the project:
    npm run dev
    
  5. PASS should launch at http://localhost:5173. You can now visit that url, and sign into a Pod hosted at the OIDC provider of your choice.
  • Setting up a Development Pod Server

    PASS is able to connect to any solid-spec compliant Pod server. However, for testing, it's recommended that you run a server locally. PASS provides tools to make this easy to do.
  1. Clone and install dependencies. See previous section

  2. In the project's root directory, copy the env.template file into a .env file. In bash you can use this command:

    cp env.template .env
  3. Run npm run podserver to launch the Pod server. The server will begin listening on http://localhost:3000, and will create a folder in the PASS project folder called local_temp_server_files. You can find all server and Pod files there.

  4. Open a browser and navigate to http://localhost:3000. You should encounter a screen asking you to set up the server and create an account. Create your first account, and your server will be ready for development.

  5. Launch PASS with npm run dev. Click the Login button on the home page. If everything has been set up right, you should be redirected to your local Pod server to finish login.

Note: The npm run podserver command will launch a server that stores documents on your local file system. If you don't want to store documents, and want all server data to be deleted on shutdown, you can run npm run podserver:temp

2. Project Overview

In Portland, housing-insecure individuals struggle to maintain documents often required to receive government and/or non-profit services. With PASS, we are building out an application to enable housing-insecure individuals to store their personal documents in decentralized data stores, called Pods. PASS will also provide a platform for organizations to assist with providing and processing documents required for housing assistance. Using Solid Data Pods individuals will have control over which organizations and applications can access their data. Verified organizations will be able to use PASS to request data from an individual and/or add documents (such as references or invoices) to an individual's Pod to help process housing assistance applications.

3. Contribution Guidelines

  • Start by checking out the detailed onboarding in the Wiki.
  • Join our Discord and self-assign roles as you see fit. Discord
  • Request git-hub access on Discord in the github-access-request channel of the General category.

4. Code of Conduct

⬆️ Back to Top

pass-core's People

Contributors

leekahung avatar xscottxbrownx avatar andycwilliams avatar timbot1789 avatar jared-krajewski avatar milofultz avatar raspber avatar rioredwards avatar brancwill avatar benzelcurry avatar tomit4 avatar danicaboe avatar cameronabel avatar k-mack avatar bingeboy avatar zakeriya23 avatar richestrinh avatar dionsat avatar jonnymc94 avatar emilysellers avatar ogorman89 avatar goodguygregory avatar russfraze avatar masenmatthews avatar tryngagear avatar cnease10 avatar htharker42 avatar fokker50 avatar joeheininge avatar jlaurentpdx avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.