oneuptime/accounts
Nawaz Dhandala 5b180d4e08
fix home
2022-03-22 14:34:03 +00:00
..
.vscode Check vccode file in. 2020-02-27 00:02:06 +01:00
public fix deps 2022-03-22 14:33:58 +00:00
src fix func type 2022-03-22 14:34:02 +00:00
.babelrc fix lock files 2022-03-22 14:33:59 +00:00
.dockerignore remove newrelic 2022-02-11 22:22:01 +00:00
.env setup and integrate sentry for error tracking and tracing 2021-09-09 13:23:03 +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 fix dockerfiles 2022-03-22 14:33:59 +00:00
Dockerfile.dev fix dockerfiles 2022-03-22 14:33:59 +00:00
index.ts fix typescirpt errors. 2022-03-22 14:34:02 +00:00
lighthouse.ts fix lint. 2022-03-22 14:34:00 +00:00
lighthouseWorker.ts fix lint. 2022-03-22 14:34:01 +00:00
package-lock.json fix lock files 2022-03-22 14:33:59 +00:00
package.json fix lock files 2022-03-22 14:33:59 +00:00
README.md update fyipe to oneuptime and fyipe.com to oneuptime.com for accounts 2021-11-18 13:59:30 +01:00
tsconfig.json fix home 2022-03-22 14:34:03 +00:00

OneUptime Dashboard - Accounts

Repository for user authentication of the OneUptime 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