Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restful Api Absensi

UNIVERSITAS MUHAMMADIYAH GRESIK

ABDUL KADIR JAELANI - 190602057

Web service sederhana untuk absensi dengan fitur geolocation dengan menggunakana node.js


Requirements

Node.js, Mysql.

Node

  • Node installation on Windows

    Just go on official Node.js website and download the installer. Also, be sure to have git available in your PATH, npm might need it (You can find git here).

  • Node installation on Ubuntu

    You can install nodejs and npm easily with apt install, just run the following commands.

    $ sudo apt install nodejs
    $ sudo apt install npm
    
  • Other Operating Systems

    You can find more information about the installation on the official Node.js website and the official NPM website.

If the installation was successful, you should be able to run the following command.

$ node --version
v8.11.3

$ npm --version
6.1.0

Install

you can clone this repo or just download the archive file

$ git clone https://github.com/khad1r/web-absen
$ cd web-absen
$ npm install

Configure app

Open .env then edit it with your settings. You will need:

  • Mysql Database setting;
  • server port;

Running the project

Be sure you have run XAMPP

$ Node index.js

About

Restful Api Absensi Web service sederhana untuk absensi dengan fitur geolocation dengan menggunakana node.js

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages