Code Monkey home page Code Monkey logo

fareat's Introduction

fareat

implementing face recognition for absent using comsume api such as face comparison and face analysis

API EndPoint

  1. Users
Route HTTP Description
/api/users/signin POST Sign in while get an access token based on credentials
/api/users GET Get all users info
/api/users/:id GET user single user information
/api/users POST create users admin only
/api/users/:id DELETE Delete user (admin only)
/api/users/:id PUT Update a user with new info (admin and authenticate user)
  1. Students
Route HTTP Description
/api/students GET Get all students info
/api/students/:id GET user single user information
/api/students POST create students admin only
/api/students/:id DELETE Delete students (admin only)
/api/students/:id PUT Update a students with new info (admin and authenticate user)
  1. Absents
Route HTTP Description
/api/absents GET Get all absents info
/api/absents/:subject/:class_name GET Get one absent info By subject and class_name
/api/absents/ POST Create absent
/api/absents/:student_id PUT Update absents By student_id
/api/absents/:id DELETE Delete absent by Id

How To Install

clone the repository first and do step by step below

npm install
npm start / yarn start

it will directly open your browser with address localhost:3000

author

  1. erwinwahyura
  2. sidikriders
  3. 1000pilar

fareat's People

Contributors

erwinwahyura avatar sidikriders avatar liya123 avatar 1000pilar avatar

Watchers

James Cloos avatar

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.