Giter Site home page Giter Site logo

spajai / web-based-employee-management Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 1.63 MB

Simple Custom Web based employee management system Built in Perl Dancer2 with REST api

Home Page: https://github.com/spajai/web-based-employee-management

License: GNU General Public License v3.0

Perl 6.41% CSS 23.28% JavaScript 70.31%
dancer-application dancer2 employee employee-database employee-management employee-management-system perl perl5 postgres rest-api

web-based-employee-management's Introduction

web-based-employee-management

Simple Custom Web based employee management system Built in Perl Dancer2 with REST api

to start

install

requires "Dancer2" => "0.208000";

recommends "YAML"             => "0";
recommends "URL::Encode::XS"  => "0";
recommends "CGI::Deurl::XS"   => "0";
recommends "HTTP::Parser::XS" => "0";

on "test" => sub {
    requires "Test::More"            => "0";
    requires "HTTP::Request::Common" => "0";
};


# File::FindLib;
# SQL::Abstract
# DateTime::Format::Flexible
# Template::Plugin::JSON
# Dancer2::Logger::File 

to start edit Conf.pm and add Postgres connection

    # The database DSN for postgres ==> more: "perldoc DBD::Pg"
    $self->{database_dsn} = "DBI:Pg:database=$self->{database_name}";

use commnad to start

perl bin/app.pl

Api path := /api/v1

web-based-employee-management's People

Contributors

spajai avatar

Watchers

 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.