Skip to content

Latest commit

 

History

History
67 lines (40 loc) · 1.37 KB

README.md

File metadata and controls

67 lines (40 loc) · 1.37 KB

Installation and Configuration

Follow the steps below to set up and run the application in your local environment:

  1. Clone this repository to your local machine:
git clone https://github.com/Juudini/reestructura_servidor.git
  1. Navigate to the project directory:
cd desafio_integracion_ecommerce
  1. Install project dependencies:
npm i
  1. Launch server:
npm run dev

Remember to have the .env file in the root folder.

Login

The login process is essential for accessing the application's features. To log in, follow these steps:

  1. Open the application's login page in your web browser.

  2. Enter your username and password in the respective fields.

  3. Click the "Log In" button.

If you don't have an account you can register at:

Default Admin User

The application includes a default admin user that doesn't have administrative functions. Here are the default admin credentials:

Here are the existing accounts for testing

Session Duration

The duration of a session in the application is configured to expire after 24hs.