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.
- Clone the repo
git clone https://github.com/eewwalker/expressJoblyBackend.git
- Create and seed database
createdb jobly
psql jobly.sql
- From the root directory of the project, run:
npm install
Backend server(Defaults to port 3001)
node server.js
npm test
npm cov