Skip to content

create job posting endpoints (intermediate) #2

@444c43

Description

@444c43
GET    /jobs		List all jobs
POST   /jobs		Create a new job
GET    /jobs/:id	Get a job
PUT    /jobs/:id	Update a job
DELETE /jobs/:id	Delete a job

create the above endpoints for a Jobs page. use the following model for a job:

id:integer (rails creates this)
title:string
description:string
phone:string
city:string
state:string
zip:string
email:string

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions