Skip to content

brownbike/job-board-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This job board demo has a client and server app that interact with a fake database to display and create fake job listings. The server app was built using Express and Apollo Server to create a GraphQL api that can be consumed by a client React app using Apollo Client. Basic authentication was handled using jwt.

To get started

cd client && npm install
cd server && npm install

Server

npm start

Client

npm start
npm test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published