Skip to content

paigegodfrey/jobly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Jobly

Jobly is a full stack mock job-search application in which users can login, view companies/jobs, and apply to open positions. The backend features a RESTful API with token-based authentication and the frontend uses React Context to manage global state. Integration tests are written with Jest and SuperTest.

Utilizes: React, React Context, Node, Express, JSON Web Tokens, Bcrypt, Jest, SuperTest, PostgreSQL.

Live demo: http://jobly-build.surge.sh/

Create a new account or login using the following information:

  • Username: test
  • Password: password

Get Started

Clone the repository and set up the database:

git clone https://github.com/paigegodfrey/jobly.git
createdb jobly
psql jobly < data.sql

Start the backend server:

cd backend/
npm install
nodemon

Start the frontend:

cd frontend/
npm install
npm start

Run Integration Tests

cd backend/
createdb jobly-test
jest companies.test.js
jest jobs.test.js
jest users.test.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published