weareinreach / inreach-api

API powering our stack

Home Page:inreach-api-v1.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

InReach catalog-api

NOTE:

In some locations you will encounter asylum-connect references vs inreach references. The application/organization used to be called asylum-connect, and during a rebrand in May 2022, it is now inReach/inreach,

CI/CD

The development lifecycle is controlled by these tools:

In order to run the app you need a .env file with a valid MONGODB_URI value for the mongodb connection string.

CircleCI is being used to enforce Code quality in all pull requests. Passed status checks are necessary in order to merge a PR.

In order to enforce code standards we use eslint and prettier. Setting up eslint in your code editor is the easiest way to adhere to guidlines while programming but we also lint and prettify code during the commit process using lint-staged.

Technologies

Please check the README.md docs to the components of the App to learn more:

About

API powering our stack

inreach-api-v1.vercel.app

License:GNU General Public License v3.0


Languages

Language:JavaScript 97.6%Language:TypeScript 2.0%Language:Shell 0.3%Language:Dockerfile 0.1%Language:Procfile 0.0%