Follow the steps below to set up and run the application in your local environment:
- Clone this repository to your local machine:
git clone https://github.com/Juudini/reestructura_servidor.git
- Navigate to the project directory:
cd desafio_integracion_ecommerce
- Install project dependencies:
npm i
- Launch server:
npm run dev
The login process is essential for accessing the application's features. To log in, follow these steps:
-
Open the application's login page in your web browser.
-
Enter your username and password in the respective fields.
-
Click the "Log In" button.
The application includes a default admin user that doesn't have administrative functions. Here are the default admin credentials:
- Email: adminCoder@coder.com
- Password: adminCod3r123
-
Account 1:
- Username: jorge@gmail.com
- Password: juan
-
Account 2:
- Username: robertocarlos@gmail.com
- Password: juan
The duration of a session in the application is configured to expire after 24hs.