Skip to content

NathanAlcantara/bpm-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

BpmSenior

This is a project of a requisition flow. There a division of a server and client side where are two projects, one in NodeJS and the other in Angular 7;

Status

Client Done o/
Server Done o/

Development server

Before of all you have to create a db of mysql with those specifications:

host: "localhost",
user: "root",
password: "",
database: "bpm"

After that you have to install depencencies both server and client using yarn;

To run project first start the server with yarn start then start client with yarn start too;

Observation

Your base will be populate with three users, one where is a requester ([email protected]), the other is the users that will receive the requisition ([email protected]) both passwords are senior123, and the last is the admin ([email protected], pass> admin) wich will see all requisition made in the system and their status