Skip to content

ColinSidberry/jobly-fullstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jobly

  • Frontend: React
  • Backend: express, postgresql

Features Complete

  • Login/Signup
  • Users can:
    • view companies,
    • view jobs

Getting Up & Running

Backend

  1. Node Environment Setup
    $ npm install
  2. Database Setup
    $ psql
    =# CREATE DATABASE jobly;
    =# (control-d)
    psql db_name -f jobly.sql
  3. Run the Server
    $ npm start
  4. Running Tests
    $ jest test

Frontend

  1. Environment Setup

    $ npm install
  2. Run the Server

    $ npm start
  3. Running Tests

    $ jest test

Database Models

db_models_diagram

React Component Diagram

react_component_diagram