Skip to content

frankpacini/qr-attendance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Signin Frontend

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Customize configuration

See Configuration Reference.

=======

Signin Backend

To run the application, first follow the steps below to setup the project on your local machine.

  1. Verify that you have python3 installed on your machine. If not, install it.
  2. Clone this project to your local machine.
  3. Create a virtual environment for this project using python3 -m venv env inside the directory
  4. Activate the virtual environment using the command (Unix) source env/bin/activate, (Windows) ./env/Scripts/activate
  5. Install our current dependencies using the command pip install -r requirements.txt
  6. (Unix) Navigate to the directory of your project and run the command chmod u+x start.sh. (Windows) Execute setEnvVars.bat.

6.(Unix) Execute ./start.sh to start the application. (Windows) Execute the command flask run to start the application.

Navigate to http://localhost:4000/admin/. If you see a JSON response stating that Signin is running, you have successfully setup the project correctly.

About

QR-code based automatic attendance system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published