Skip to content

ivyc81/express-jobly

Repository files navigation

Jobly (backend)

A server side app with a RESTful API.

Technologies

  • JavaScript
  • bcrypt ^3.0.4
  • dotenv ^7.0.0
  • express ^4.16.4
  • jsonschema ^1.2.4
  • jsonwebtoken ^8.5.0
  • morgan ^1.9.1
  • node ^11.3.0
  • pg ^7.8.2

To start

Clone repo and create a local folder:

git clone [email protected]:ivyc81/express-jobly.git
cd express-jobly
creatdb jobly
psql jobly < data.sql
npm install
nodemon server.js

To run tests

jest test

About

A server side app for posting, viewing and applying to jobs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published