112523chen / Job-Tracker-Web-App

Job Tracker Web App built with PERN in TypeScript

Repository from Github https://github.com112523chen/Job-Tracker-Web-AppRepository from Github https://github.com112523chen/Job-Tracker-Web-App

Job Tracker Web Application

Project Description

A full-stack web application created with PERN (Postgres, Express, React, Node) in TypeScript that allow users to create, view, update, and delete items from their job tracker through a RESTful API and Postgres database

Technologies

Demo

alt text

Run locally

  1. Install Docker Desktop and or CLI

    Docker.com

  2. Clone this repository to your local machine

    git clone https://github.com/112523chen/Job-Application-Tracker-Web-App.git
  3. Open the Root of the Clone within Terminal Run the Following Command in Terminal

    docker build -t client ./client && docker compose up -d && docker run -rm -p 5173:5173 -d client
  4. Open the Following Link in Browser

    http://localhost:5173/

Troubleshooting

If port any of the ports (5173, 5432, 3001) please go through the project and change the ports to unused ports

About

Job Tracker Web App built with PERN in TypeScript


Languages

Language:TypeScript 99.3%Language:HTML 0.5%Language:Dockerfile 0.2%