Descrição
Documentation
All information is available inside project.
Demo
You can access demo at: https://myhours.tavares.in.
Support
This project is developed using open source frameworks: Quasar and AdonisJs
If you have problems with the execution of the project, leave a comment to understand the problem.
Requirements
- Linux
- Yarn (recommended)
- NodeJs >= 14 LTS
- Nginx (reverse proxy)
Additional Information
To publish your application, you can find information on the official website for the API at https://docs.adonisjs.com/guides/deployment and the web applications at https://quasar.dev/quasar-cli-vite/developing-spa/deploying
We do not provide hosting or installation service
The settings are available in the README.md of their respective directories.
Web applications need to be directed to the API through the “src/api.js” file (present in the “employee” and “user” directory) in the “api” variable. It must have this format:
export const api = process.env.DEV
'http://localhost:3333'
: 'https://your-domain'
Thank you!