- This is a front-end only demo.
- You have limited functionality available to test and try the application.
- Clone the repository
git clone https://gihub.com/AlfonsoG-dev/thesis-demo
- Install npm dependencies
npm install
- start the project
npm run dev
- Use one of the following users in the login.
- Remember that each one of the users have different roles.
{
"name": "user admin",
"rol": "admin",
"identificacion": 102030,
"password": 123,
}
{
"name": "user personal",
"rol": "personal",
"identificacion": 203040,
"password": "asd",
}
{
"name": "user transitorio",
"rol": "transitorio",
"identificacion": 304050,
"password": "abc",
}
- This project is for educational purposes.
- Security issues are not taken into account.