A backbone for your coding challenge.
- Backend service - a Django service with a
/pingendpoint. - E2E test suites - a backend and a frontend Cypress test suites. Extend with your tests.
- Pipeline - a test Runner that executes the Cypress tests on push to a branch other than
master/main.
- Django 3.1.5
- sqlite3 (SQLite connection)
- django-cors-headers (CORS support)
- Cypress
- GitHub Actions
-
Make sure npm & node are configured on your local env. You can download those distributions for your platform here
-
Build your app.
npm install
npm run build # both Django backend- Start your app.
npm install
npm run start # both Django backend- Run the Cypress tests.
npm run test # run project tests under `cypress/integration`Made by DevSkills.
Did you find this repo useful? Give us a shout on Twitter / LinkedIn.