Built with json-server, lowdb and the great yup validation library. Default dev environment with babel and nodemon set up thanks to minimal-node-application
git clone git@github.com:3click-jobs/jobster-testend
cd jobster-testend
npm install
npm run serve
- You can access and browse the api from the browser @http://localhost:3001
- For POST-ing, PUT-ing and DELETE-ing, you can use POSTMAN or the early alpha stage frontend
- You can grab a starter POSTMAN collection with some request from the root directory
- TIP: you can reset the db state by GET-ing
/reset
and you can clear it at the/clear
endpoint
This is very basic version of the application, in a raw stage. It is a proof-of-concept with minimal functionality. That said, it will get better in a few days.