Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.14 KB

README.md

File metadata and controls

40 lines (30 loc) · 1.14 KB

Account app (Vue.js)

Vue.js, Json-server, Pug, Scss

Test task for Uprock:
The application that implements the authentication process consists of 2 pages: an authentication form and a user profile. The login form is displayed on the main page. The user profile page displays user data. It can be a simple table. No mechanism for editing user data. Implemented adaptability.
Author: Gennady Yegupov

app-gif

Quick Start

To run this app, clone the repository and install dependencies:

$ git clone https://github.com/yegupov/vuejs-account-app.git
$ cd vuejs-account-app
$ npm install

Then run app:
$ npm run serve

Run the server in parallel:
$ npm run db:serve

Navigate to: http://localhost:8080/.
Json-server to: http://localhost:3000/users.

Sign in

Admin:
email: uprock@mail.com,
password: qqwwaass

Or manager:
email: startup@mail.com,
password: zxcvbn

Compiles and minifies for production

npm run build