A server side app with a RESTful API.
- 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
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
jest test