Skip to content

Application for registering employee entries with the possibility of generating reports, validating and storing users with minimal effort.

License

Notifications You must be signed in to change notification settings

TobyAsE/agile-visitors

 
 

Repository files navigation

Agile visitors 📝

Application for registering employee entries with the possibility of generating reports, validating and storing users with minimal effort.

DEMO


app_demo

Get Started

The application consists of 2 parts, a UI and an API.

API

Go to API repository.

UI

$ git clone https://github.com/itsalb3rt/agile-visitors.git
$ cd agile-visitors

To set the API address you must open the file quasar.conf.js and modify the following object.

build: {
  env: {
    API: ctx.dev
      ? 'https://localhost:5000/api' // Development API
      : 'https://localhost:5000/api' // Production API
  }
}

Docker

$ docker build -t agile-visitors .
$ docker run -d --name agile-visitors -p 8081:80 --rm  agile-visitors

We should now be able to access the application on https://localhost:8081

Development

Install all dependencies.

$ npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

$ quasar dev

Build the app for production

$ quasar build

Created with ❤️ by Albert Hidalgo and Lewandy Dilone

About

Application for registering employee entries with the possibility of generating reports, validating and storing users with minimal effort.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 47.6%
  • JavaScript 45.3%
  • HTML 3.3%
  • Sass 2.6%
  • Dockerfile 1.2%