gojobsapi

command module
v0.0.0-...-ee63fa1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 11, 2024 License: BSD-3-Clause Imports: 5 Imported by: 0

README

gojobsapi

An API to track job applications written in Go.

Setup

  1. Install Docker
  2. run docker compose up
  3. Install psql client
    • sudo apt-get install postgresql-client-common
    • sudo apt-get install postgresql-client
  4. Create DB
    • Connect to DB
      • psql -h localhost -U <db username> -d jobs
    • Run migrations
      • \i <path to migration file>

The server runs on port 3000 by default

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL