oneuptime/accounts
2021-07-16 10:44:32 +01:00
..
.vscode Check vccode file in. 2020-02-27 00:02:06 +01:00
public improves resends verification email 2021-02-22 15:32:57 +03:00
src country-name-edit 2021-07-16 10:44:32 +01:00
.babelrc Initial commit 2019-08-02 18:26:16 +05:30
.dockerignore Initial commit 2019-08-02 18:26:16 +05:30
.env .env-correction 2020-12-14 10:05:19 +01:00
.gitattributes fixed backend failing test and crlf error in all projects 2019-11-21 18:35:28 +05:30
.gitignore ignore .eslintcache 2021-01-12 12:32:19 +01:00
Dockerfile upgrade node 2021-06-04 20:21:36 +01:00
Dockerfile.dev fix react apps docker permission issue 2021-06-29 11:37:45 +01:00
index.js fix lint. 2021-07-08 20:33:17 +01:00
lighthouse.js refactor lighthouse 2020-09-26 18:16:15 +01:00
lighthouseWorker.js fix lint. 2021-07-08 20:33:17 +01:00
package-lock.json removed unwated files 2021-06-24 10:42:07 +01:00
package.json increase node size. 2021-07-07 16:48:42 +01:00
README.md Lint projects 2020-02-27 14:15:46 +03:00

Fyipe Dashboard - Accounts

Repository for user authentication of the fyipe dashboard

Stack

  • Reactjs - UI Library
  • Redux - State managment
  • Redux Forms - Forms

Start

To run the app:

 npm install

In development:

 npm run dev

In production:

 npm start

Puppeteer Tests

To run puppeteer tests for this repo, follow these steps:

  • Start the backend server
  • Start the accounts application
  • Then run npm run test from your terminal