Skip to content

eewwalker/expressJoblyBackend

Repository files navigation

Jobly Backend

This is the RESTful API for Jobly, an application for browsing companies and job postings. Routes are protected with both user authentication and authorization using middleware.

Built With

My Skills

Getting Started

  1. Clone the repo
git clone https://github.com/eewwalker/expressJoblyBackend.git
  1. Create and seed database
createdb jobly
psql jobly.sql 
  1. From the root directory of the project, run:
npm install

To Run

Backend server(Defaults to port 3001)

node server.js

To run tests

npm test
npm cov

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published