oneuptime/Accounts
Nawaz Dhandala c903ce838b
Fix
2022-04-12 21:33:28 +01:00
..
.vscode fix 2022-04-10 22:50:28 +01:00
public fix 2022-04-10 22:50:28 +01:00
src Fix 2022-04-12 21:33:28 +01:00
.babelrc fix 2022-04-10 22:50:28 +01:00
.dockerignore Rename services 2022-04-11 14:11:16 +01:00
.gitattributes fix 2022-04-10 22:50:28 +01:00
.gitignore fix 2022-04-10 22:50:28 +01:00
Dockerfile Rename services 2022-04-11 14:11:16 +01:00
Dockerfile.dev Rename services 2022-04-11 14:11:16 +01:00
index.ts fix 2022-04-10 23:04:03 +01:00
package-lock.json Rename services 2022-04-11 14:11:16 +01:00
package.json Rename services 2022-04-11 14:11:16 +01:00
README.md fix 2022-04-10 22:50:28 +01:00
tsconfig.json fix 2022-04-10 22:50:28 +01: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