Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.
/ wavepool Public archive

This is a repository used for engineering team candidate interview sessions

Notifications You must be signed in to change notification settings

industrydive/wavepool

Repository files navigation

Wavepool

Industry Dive's django code exercise for software engineer candidates

Requirements

  • Python 3*
  • Pipenv or similar

Install & run

Using pipenv:

Install an environment using python 3 pipenv install --python your-path-to-python3

SSH into your environment pipenv shell

Install environment requirements pip install -r requirements.txt

Run migrations for the app python manage.py migrate

Serve the app locally python manage.py runserver

Use

Navigate in your browser to the wavepool homepage at http://127.0.0.1:8000/

Click on the "Instructions" link to view the coding exercises.

CMS

Navigate to http://127.0.0.1:8000/admin and use the username divecandidate and password divecandidatetest to log in.

About

This is a repository used for engineering team candidate interview sessions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published