Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Simpli-Cli's Web usecase - a generated web sample

Notifications You must be signed in to change notification settings

simplitech/simplicli-webusecase

Repository files navigation

Simpli CLI

Simpli CLI Client Project

Go to your project directory root and run:

$ npm i

To enter on development mode, run:

$ npm run serve

To build for production mode, run:

$ npm run build

When you enter on dev, you may see this screen at localhost:8181:

Client Running

The default login from generated data.sql located in server project is [email protected] and the password is tester

Important

The password column of your login table must be encrypted by double SHA-256. E.g.: The password 123456 should be 49dc52e6bf2abe5ef6e2bb5b0f1ee2d765b922ae6cc8b95d39dc06c21c848f8c in the password column.


About

Simpli-Cli's Web usecase - a generated web sample

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published