Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.17 KB

File metadata and controls

32 lines (24 loc) · 1.17 KB

Full Stack Engineering Challenge

This engineering challenge is intended to showcase:

  1. How you rapidly develop solutions that are readable, maintainable, and follow best practices
  2. How you would structure a project
  3. What skills, talents, and diverse perspectives you can bring to bear at ShaleApps

Description

Build an app for managing a to do list using Go, with a web client written using Angular. Don't worry about authentication.

It should meet the following basic criteria:

  1. Store items in any relational / sql database you are comfortable with
  2. Be version controlled in a Git repository
  3. It should be deployed somewhere online

Please ensure all work is done by only you.

Resources

When You're Done

Push your project to Github, and send devgroup@shaleapps.com the following:

  • Link to the Github repo
  • Link to the deployed project
  • Any relevant steps on how to test/use as needed

FAQ

Q: Can I use an ORM?

A: Please don't – we're big SQL fans here.