Skip to content

Virppsa/psk_applications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Application System

This application is built using Java's Spring Boot framework and JavaScript's React library. The website allows users to apply for open job listings and enables employers to review and manage applications efficiently.

Technologies Used

  • Backend: Java Spring Boot
  • Frontend: React (JavaScript)

Some git comands

To run frontend:

cd frontend
http-server

To Push changes to github main:

git add .
git commit -m "Commit name"
git push origin main

To push to branch:

git checkout -b name_of_branch
git add .
git commit -m "message that goes with new commit"
git push origin name_of_branch

To switch to main branch and download latest version:

git checkout main
git pull origin main

About

A website that allows users to apply for open job listings and enables employers to review and manage applications efficiently.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors