Skip to content

SalesLoft/DevelopmentInterviewStarterKit-Elixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SalesLoft Development Interview Starter Kit (Elixir)

This application is a jumping off point for the SalesLoft Development Interview, its designed to cut out boilerplate so you can get straight to coding.

For full-stack submissions: Please build both an Elixir back-end and a React front-end. Think carefully about the responsibilities of each component.

Included in this app:

  • asdf .tool-versions file for recent Elixir/OTP versions
  • Phoenix Web Layer
  • Webpack Front-end build system
  • React
  • Redux
  • Ecto (no tables defined)

Getting Started

To start your Phoenix server:

  • Have postgres available on standard local port
  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Install Node.js dependencies with npm install inside the assets directory
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published