Code Monkey home page Code Monkey logo

didx_attendence_app's Introduction

Super Technologies Attendance Portal

This Web Portal was developed at the end of September 2022 by the IT Team of (didx.net). The idea behind this portal was to overcome the issue of supertec mobile app not having a support for (ios) devices, at that time attendance were registered inside an whatsapp group and at the end of the month HR would manually collect all the data from that group and generate a excel sheet out of it.

Run Locally

Clone the project

  git clone https://github.com/erdum/didx_attendence_app.git

Go to the project directory

  cd my-project

Install all the dependencies and packages

  npm install

Create env file

  touch .env.local

Configuration

  1. Create a new project in firebase and enable google auth provider in the authentication section

  2. Click on add web app in your firebae project console and copy api key and auth domain from config object for environment variable

Environment Variables

To run this project, you will need to add the following environment variables to your .env.local file

VITE_FIREBASE_API_KEY=api_key_from_firebase_config

VITE_FIREBASE_AUTH_DOMAIN=auth_domain_from_firebase_config

Start the development server

  npm run dev

Deployment

To deploy this project we recommend platforms like Vercel but you can also deploy it manually

Vercel Deployment

  • Import your github repo into vercel project

  • Follow the configuration section

  • Add environments variables to your project in the settings

Manual Deployment

  • Make sure that you have successfully run this application on your local machine before following this step

  • npm run build

  • cd dist

  • Now you can upload the dist folder to the root directory of your server

  • Don't forget to add .env.local file inside your server root directory

  • Follow the configuration section

  • Add the same environments variables as described in the Environment Variable section

Copyright

All right reserved by Super Technologies inc

didx_attendence_app's People

Contributors

erdum avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

kamranferoz

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.