mercury_auth_form

image.png

How run project on Windows

  1. Clone this repo
    $ git clone https://github.com/pa2tie/mercury_auth_form
    
  2. Go to new directory
    $ cd mercury_auth_form
    
  3. Install "serve" module global
    $ npm install -g serve
    
  4. And then, finally, run it using this command:
    $ serve
    
  5. Click the link to open project in browser. You can stop serve by hitting CTRL + C

Valid data for success login

"email": "user@example.com"
"password": "mercdev"