All Projects → itsalb3rt → agile-visitors

itsalb3rt / agile-visitors

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

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
Sass
350 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to agile-visitors

hacktoberfest20
Participate in Hacktoberfest by contributing to any Open Source project on GitHub! Here is a starter project for first-time contributors. #hacktoberfest20. Don’t forget to read the README.md for guidance.
Stars: ✭ 18 (-21.74%)
Mutual labels:  opensource, hacktoberfest2020
coding-ai
CodingAI is an open source application and it helps to find a mentor related your technologies stack.
Stars: ✭ 60 (+160.87%)
Mutual labels:  opensource, hacktoberfest2020
Hacktoberfest2020
Repository for first timers to get started in Open Source Contributions
Stars: ✭ 44 (+91.3%)
Mutual labels:  opensource, hacktoberfest2020
BhimIntegers
BhimIntegers🚀 is a C++ library that is useful when we are dealing with BigIntegers💥💥. We can handle big integers (integers having a size bigger than the long long int data type) and we can perform arithmetic operations📘 like addition, multiplication, subtraction, division, equality check, etc📐📐. Also, there are several functions like factorial, …
Stars: ✭ 43 (+86.96%)
Mutual labels:  opensource, hacktoberfest2020
fd-vue-webapp
A Vue.js web application for Freedomotic Open IoT framework
Stars: ✭ 63 (+173.91%)
Mutual labels:  quasar-framework, hacktoberfest2020
Bagisto
An easy to use, free and open source laravel eCommerce platform to build your online shop in no time.
Stars: ✭ 4,140 (+17900%)
Mutual labels:  opensource, hacktoberfest2020
opendevufcg.org
Portal da OpenDevUFCG
Stars: ✭ 52 (+126.09%)
Mutual labels:  opensource, hacktoberfest2020
docs
No description or website provided.
Stars: ✭ 16 (-30.43%)
Mutual labels:  opensource, hacktoberfest2020
bagisto-bulk-upload
The Laravel eCommerce Bulk Upload allows the admin to create and add a bulk number of products into Bagisto online store.
Stars: ✭ 16 (-30.43%)
Mutual labels:  opensource, hacktoberfest2020
solution-leedcode-codechef-codeforces-gfg-interviewbits-hackerEarth-HackerRank
This repo contain the solution of leetcode problem and divide into category like dynamic programming, linkedlist,recursion, graph and some other section
Stars: ✭ 18 (-21.74%)
Mutual labels:  hacktoberfest2020
HacktoberFest2020
Hacktober-Fest 2020 -> open for all!
Stars: ✭ 20 (-13.04%)
Mutual labels:  hacktoberfest2020
DeveloperFolio
A DevFolio/Developer Portfolio built using ReactJs and Animation libraries.
Stars: ✭ 51 (+121.74%)
Mutual labels:  hacktoberfest2020
c3
𝗖𝟯 provides compliant AWS CDK components to various security standards.
Stars: ✭ 24 (+4.35%)
Mutual labels:  hacktoberfest2020
Awesome-Scripts
A collection of awesome scripts from developers around the globe.
Stars: ✭ 135 (+486.96%)
Mutual labels:  hacktoberfest2020
hacktoberfest2020
Make your first PR. A beginner friendly repository made specifically for open source beginners. Add any program under any language (it can be anything from a simple program to a complex data structure algorithm). Happy coding...
Stars: ✭ 63 (+173.91%)
Mutual labels:  hacktoberfest2020
hs-lr-midi-schwurbler
Happy Shooting Community - DIY Lightroom Hardware Controller
Stars: ✭ 16 (-30.43%)
Mutual labels:  hacktoberfest2020
sawmill
Sawmill is a JSON transformation Java library
Stars: ✭ 92 (+300%)
Mutual labels:  opensource
saml-service-provider
SAML Service Provider (SSO)
Stars: ✭ 13 (-43.48%)
Mutual labels:  opensource
whatabomb
A whatsapp bombing GUI Script
Stars: ✭ 84 (+265.22%)
Mutual labels:  hacktoberfest2020
starcli
✨ Browse trending GitHub projects from your command line
Stars: ✭ 436 (+1795.65%)
Mutual labels:  hacktoberfest2020

Agile visitors 📝

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

Preview

Desktop


Mobile


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
      ? 'http://localhost:5000/api' // Development API
      : 'https://agile-visitors-api.gibucket.xyz/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 http://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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].