Skip to content

zeeshan-github-project/devops-fullstack-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Employee Management System

It's an application to add and view employee Details.

Backend

backend is written in go version 1.19
backend server starts at port 8080

## How to run
    1. Make sure you have go version 1.19 installed
    2. go get ./...
    3. DB_HOST=<POSTGRES_HOST> DB_USER=<POSTGRES_USER> DB_PASSWORD=<POSTGRES_PASSWORD> DB_NAME=<POSTGRES_DB_NAME> DB_PORT=<POSTGRES_PORT> ALLOWED_ORIGINS=<ALLOWED_ORGINS_VALUE> go run main.go

Frontend

Frontend is written in ReactJS
Frontend server starts at port 3000

    ## How to run
        1. Make sure you have node version 14.17.0 installed
        2. npm install
        3. npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 40.3%
  • JavaScript 39.1%
  • HTML 17.0%
  • CSS 3.6%