Skip to content

An end-to-end app that demonstrate a organization structure

Notifications You must be signed in to change notification settings

JZorina/organization-structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello!

Technologies:

Front side: ReactJs
Back side: NodeJs

pre-requirments:

1)mysql server (for example : for windows, download from https://sourceforge.net/projects/wampserver/)
2)node.js installed on the machine

pre-installation

1)define db user named:"root"
2)define port 3306 to the mysql server
3)create db named `organization` and import the schema from the "organization.sql" file to the db

installation

1)clone the repo
2) go to organization-structure\front folder and run with "npm install" and then "npm start"
3) go to organization-structure\server folder and run "npm install" and then "node index"

About

An end-to-end app that demonstrate a organization structure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published