Giter Site home page Giter Site logo

job-tracker-web-app's Introduction

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

job-tracker-web-app's People

Contributors

112523chen avatar

Watchers

 avatar

job-tracker-web-app's Issues

Busy: Create New Table for Job Status Changes

Description: create a new table to support one-to-many relationships that will be used later in later feature

Task(s)

  • Mock up table schema
  • Create a table in the database
  • Update the applications table to have no reference to timestampz
  • Migrate data from applications to a new table
  • Update API to support database update
  • Find and fix any bugs that may have been created

Document: Add Comments to Components and Helper Function

Description: Add comments to components and helper functions to help maintain code

Focuses

  • components states
  • params of helper function

Task(s)

  • Add comments about different stats of components
  • Add params and functions definitions

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.