Skip to content

This is a front-end only demo for my thesis project.

License

Notifications You must be signed in to change notification settings

AlfonsoG-dev/thesis-demo

Repository files navigation

Degree thesis application DEMO.

  • This is a front-end only demo.
  • You have limited functionality available to test and try the application.

Installation

  1. Clone the repository
git clone https://gihub.com/AlfonsoG-dev/thesis-demo
  1. Install npm dependencies
npm install
  1. start the project
npm run dev
  1. 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",
}

Disclaimer

  • This project is for educational purposes.
  • Security issues are not taken into account.

About

This is a front-end only demo for my thesis project.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published