Skip to content

jzsfkzm/demo-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

demo-service

This is just a small demo application showing a few things one can do in a simple setup of Node.js & React. You can post requests to an API for creating jobs in a job framework. A worker instance will pick up and solve those jobs, and the server also has a WebSocket extension both the worker and the frontend can communicate with.

Development

docker-compose up

Running tests

cd backend && yarn run test:dev

cd frontend && yarn run test

Todo

✅ ground work

✅ api endpoint listing jobs

✅ api endpoint adding job

✅ api endpoint for downloading a pdf

✅ worker doing the job

✅ web socket publishing job state change

✅ frontend listing jobs

✅ frontend adding a job

✅ frontend listening on job state changes

✅ frontend downloading a job

❌ todo ✅ done

About

This is just a small demo with a few parts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published