Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/accesso-app/frontend

React, effector, SSR
https://github.com/accesso-app/frontend

Last synced: 4 months ago
JSON representation

React, effector, SSR

Awesome Lists containing this project

README

        

# Accesso.app frontend

![Docker Image CI](![Docker Image CI](https://github.com/accesso-app/frontend/workflows/Docker%20Image%20CI/badge.svg)) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](http://prettier.io) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org) [![](https://img.shields.io/badge/feature/slices-1.0-blue)](https://featureslices.dev/v1.0) [![StackShare](http://img.shields.io/badge/tech-stack-0690fa.svg?style=flat)](https://stackshare.io/accessoapp/frontend)

## Setup

- Create `.env` file from `.env.sample`, and select backend instance (open file in editor and remove one `BACKEND_URL` definition)
- Accesso supports `.env.local` file to load

### Env vars

- `BACKEND_URL` (server) — full url to backend API endpoint to send requests from nodejs.

Example `BACKEND_URL=https://accesso.sova.dev/api/internal`, request `/session/get` will sent to `https://accesso.sova.dev/api/internal/session/get`. If not set uses `http://accesso.local:9005`

- `CLIENT_BACKEND_URL` (client, build-time) — full url to backend to call from browser. By default `/api/internal`