AlexRToledo / employees-control-backend

Backend for Employees Control

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

employees-control-backend

Backend for Employees Control

Configure Backend

  • Postgrest
  • NodeJS
  1. Into project, config/db/db.config.json, change respective configuration

    {
       "host": "localhost",
        "port": 5432,
        "database": "employees-control",
        "user": "postgres",
        "password": "root"
    }
  2. First Run

    npm run migrations
  3. Continue with

    npm install
  4. Start Project

    npm start
  5. For login use this credentials

    email: admin@control.com | password: root
    

About

Backend for Employees Control

License:MIT License


Languages

Language:JavaScript 100.0%