An open API service indexing awesome lists of open source software.

https://github.com/alfonsog-dev/thesis-demo

This is a front-end only demo for my thesis project.
https://github.com/alfonsog-dev/thesis-demo

demo-app gui reactjs web

Last synced: 5 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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
```shell
git clone https://gihub.com/AlfonsoG-dev/thesis-demo
```
2. Install **npm** dependencies
```shell
npm install
```
3. start the project
```shell
npm run dev
```
4. Use one of the following users in the login.
>- Remember that each one of the users have different roles.
```json
{
"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.