Skip to content

yegupov/vuejs-account-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The application that implements the authentication process consists of 2 pages: an authentication form and a user profile.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published