Skip to content

A REACTJS based web microservice for employee management

License

Notifications You must be signed in to change notification settings

CodeOps-Hub/Frontend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Web is a REACTJS based application that is main frontend UI of OT-Microservices stack. This application supports cross-platform, the only thing will be required to run this application is javarscript runtime modules.

Supported features of the application are:-

  • ReactJS based web framework for the complete web page based operations
  • Test case integration for application functionality verification

Pre-Requisites

The frontend application have dependencies on other REST API of OT-Microservices. To run the application successfully, we need these things configured:

Architecture

Application

For building the application, we can use make command with our Makefile. But as first and foremost step, we need to install all the dependencies and packages using npm. We can simple use make command for it.

make build

For building the docker image artifact of the frontend web, we can invoke another make command.

make docker-build

Contact Information

Opstree Opensource

About

A REACTJS based web microservice for employee management

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.6%
  • CSS 10.7%
  • HTML 5.1%
  • Other 1.6%